# Group4-NetDisk
**Repository Path**: xiaheng20/group4-net-disk
## Basic Information
- **Project Name**: Group4-NetDisk
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 0
- **Created**: 2024-05-29
- **Last Updated**: 2024-05-31
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# netdisk
netdisk: 第四组[我的未来我做组]Linux阶段项目仓库
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
netdisk
私人协议服务器~
探索本项目的文档 »
查看Demo
·
报告Bug
·
提出新特性
本篇README.md面向小组成员
## 目录
- [上手指南](#上手指南)
- [开发前的配置要求](#开发前的配置要求)
- [安装步骤](#安装步骤)
- [文件目录说明](#文件目录说明)
- [开发的架构](#开发的架构)
- [部署](#部署)
- [使用到的框架](#使用到的框架)
- [贡献者](#贡献者)
- [如何参与开源项目](#如何参与开源项目)
- [版本控制](#版本控制)
- [作者](#作者)
- [鸣谢](#鸣谢)
### 上手指南
###### 开发前的配置要求
1. Ubuntu 22.04LTS
2. 安装git
###### **安装步骤**
1. 配置git
2. Clone the repo
```c
// 创建ssh
ssh-keygen -t rsa
```
这里会让你选择公钥私钥存放的目录,直接回车选择默认即可
在根目录下
```c
// 进入默认存放公钥的目录
cd .ssh
// 打印公钥
cat id_rsa.pub
```
将打印出来的公钥选择复制,然后打开gitee,在设置里面找到ssh公钥,添加,复制,保存。
```sh
// 在shell中克隆本仓库
git clone git@gitee.com:xiaheng20/netdisk.git
```
### 文件目录说明
```
filetree
├── Makefile
├── README.md
├── /conf/
├── /doc/
├── /src/
│ │ ├── server
│ │ └── client
├── /bin/
```
#### 如何参与开源项目
贡献使开源社区成为一个学习、激励和创造的绝佳场所。你所作的任何贡献都是**非常感谢**的。
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request
### 版本控制
该项目使用Git进行版本管理。您可以在repository参看当前可用版本。
### 作者
writerxhxh@gmail.com
*您也可以在贡献者名单中参看所有参与该项目的开发者。*
### 版权说明
### 鸣谢
- [GitHub Emoji Cheat Sheet](https://www.webpagefx.com/tools/emoji-cheat-sheet)
- [Img Shields](https://shields.io)
- [Choose an Open Source License](https://choosealicense.com)
- [GitHub Pages](https://pages.github.com)
- [Animate.css](https://daneden.github.io/animate.css)
[your-project-path]:https://gitee.com/xiaheng20/netdisk
[contributors-shield]: https://img.shields.io/github/contributors/shaojintian/Best_README_template.svg?style=flat-square
[contributors-url]: https://gitee.com/xiaheng20/netdisk/contributors?ref=master
[forks-shield]: https://img.shields.io/github/forks/ltfxhxh/myftp.svg?style=flat-square
[forks-url]: https://gitee.com/xiaheng20/netdisk#
[stars-shield]: https://img.shields.io/github/stars/ltfxhxh/myftp.svg?style=flat-square
[stars-url]: https://gitee.com/xiaheng20/netdisk/star
[issues-shield]: https://img.shields.io/github/issues/ltfxhxh/myftp.svg?style=flat-square
[issues-url]: https://gitee.com/xiaheng20/netdisk/issues
[license-shield]: https://img.shields.io/github/license/ltfxhxh/myftp.svg?style=flat-square
[license-url]: https://gitee.com/xiaheng20/netdisk/blob/master/LICENSE