【github】命令和錯誤小結

every blog every motto: You will never know unless you try

0. 前言

由於github 不經常使用,命令總是要查來查去,而且時不時遇到相同的問題。遂將常用命令和遇到的錯誤進行小結,以備查看。
說明: 2020.6.3 11:34始,.

1. 正文

git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/onceone/Semantic-segmentation.git
git push -u origin master
git remote add origin https://github.com/onceone/Semantic-segmentation.git
git push -u origin master
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章