|
mkdir |
进入该目录:
|
git |
第二步:配置.git文件(以我自己的git为例)
2 |
git git |
第三步:在远程创建仓库(不懂的伙伴戳这里:在github上创建仓库)
第四步:将远程仓库克隆(第三步github上会生成webURL,以我自己的git为例)
|
git |
第五步:对仓库进行修改(比如上传文件,删除文件)
1)本地上传步骤:
2 3 |
git git git |
本地上传完毕后向远程仓库传输:
|
git |
2)本地删除步骤:
2 3 4 |
rm git git git |
最后上传至远程仓库:
|
git |
注意:git push可能会出现以下错误:error: The requested URL returned error: 403Forbidden while accessinghttps://github.com/chensguo8099/future.git/info/refs
解决方案:
|
vim |
修改[remote "origin"]