有遠端函式庫也能正常push,但在本地master分支上不顯示your branch is up-to-date with 'origin/master'。
push
master
your branch is up-to-date with 'origin/master'
找了好久,發現是在我這樣的操作之後沒有的提示訊息的。 。
git remote rm origin git remote add origin git@github.com:username/repository.git
解決了。 。少了一行指令:
git push -u origin master
解決了。 。少了一行指令: