Linux下GitHub使用相关操作

下载github上面代码: git clone 链接

https://blog.csdn.net/chaoyueziji123/article/details/54669555

https://www.cnblogs.com/lxwphp/p/7884700.html

https://blog.csdn.net/dream_follower/article/details/53907217

https://jingyan.baidu.com/article/f3e34a12a25bc8f5ea65354a.html

https://blog.csdn.net/qq_37281252/article/details/79044798

https://blog.csdn.net/dake_160413/article/details/78676163

 

ssh-add /root/.ssh/id_rsa

ssh-agent bash

ssh-keygen

git config --global user.email "***@gmail.com"

git config --global user.name "Richard*hang**"

 git remote add origin [email protected]:Richard*hang**/*jango_project.git

 git remote rm origin

git init

 

ssh -T [email protected]

git pull --rebase origin master

git push -u origin master

 

 

待更...

你可能感兴趣的:(Linux下GitHub使用相关操作)