# StudyBook
**Repository Path**: itstusy/StudyBook
## Basic Information
- **Project Name**: StudyBook
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2019-12-27
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# StudyBook
大家分享的只要关于学习方面都可以 (大家不要传太大的文件,推荐MD格式文件,可以在线阅读,而且很小)
**鹿总分享的是珍藏的笔记哦**
**陈旭分享的是每天考完试的答案**
### 贡献者
> 提交代码或改进方案,被采纳的同学会出现在这里。欢迎更多的小伙伴们加入到我们的行列中( •̆ ᵕ •̆ )◞♡
### 提交方式
1. 有想法的小伙伴可以fork我们的项目,然后pull request给我们
2. 在issues中,输入自己的用户名,我们会邀请你加入到我们的开发中^-^
###### 注意: 在分享笔记的时候,请以自己的名字在根目录下面创建文件夹,避免重复
#### 具体操作
>如果git clone项目过慢------>>>>> 参考次链接
1. `git clone https://github.com/link58/StudyBook.git`
2. `cd StudyBook`
3. 在目录下面创建自己名字的文件夹,例如`xxx`
4. 往文件夹里面添加内容
5. `git add .`
6. `git commit -m "此处添加描述信息" `
7. `git push origin master` <------------此步骤需要有权限才行,被别人邀请
8. 完成
###### 注意 如果出现红字问题
```
! [rejected] master -> master (fetch first)
error: failed to push some refs to 'https://github.com/link58/StudyBook.git'
hint: Updates were rejected because the remote contains work that you do
hint: not have locally. This is usually caused by another repository pushing
hint: to the same ref. You may want to first integrate the remote changes
hint: (e.g., 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
```
解决
先输入->`git pull origin master`
再输入->`git push origin master`
###### 如果出现443报错,则是没有收到邀请,没有权限提交