github-自我使用-滑稽

Posted bigorang

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了github-自我使用-滑稽相关的知识,希望对你有一定的参考价值。

 git windows版下载地址:

https://github.com/git-for-windows/git/releases/download/v2.19.0.windows.1/Git-2.19.0-64-bit.exe

百度云地址 https://pan.baidu.com/s/1pr0EDO1kAhxz0G2GE9HIkA

 

安装git windows版后  

$ git config --global user.name "John Doe"     //修改为自己的

$ git config --global user.email [email protected]   //修改为自己的


 

1. 远程创建

2. 克隆远程仓库

    git clone https://github.com/YourXin/Testbmxx.git

 


本地已有仓库的情况下

git remote add origin https://github.com/YourXin/Testbmxx.git

 

第一次提交使用 git push -u origin master

后面提交使用 git push origin master

 

以上是关于github-自我使用-滑稽的主要内容,如果未能解决你的问题,请参考以下文章