免输入用户名和密码以及git clone以后想提交代码
生活随笔
收集整理的這篇文章主要介紹了
免输入用户名和密码以及git clone以后想提交代码
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
git push的時候免輸入用戶名和密碼:
https://www.jianshu.com/p/6c61b13e8bdb
-----------------------------------------------
git clone https://github.com/appleyuchi/Learning-Spark.git
cd Learning-Sparkgit remote remove origin
git remote add origin git@github.com:appleyuchi/Learning-Spark.git
git push --set-upstream origin master
下面新增文件后提交:
touch test2.txt
git status
git add test2.txt
git commit
git push
總結
以上是生活随笔為你收集整理的免输入用户名和密码以及git clone以后想提交代码的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: pyspark.zip/pyspark/
- 下一篇: Caused by: java.net.