最新回答 / Marry_Dog
git branch -d [dev]刪除的是本地的分支,只影響到你自己本地電腦上的代碼。git push origin --delete dev刪除的是遠端服務器上的分支,這樣除了你以外的人就無法再從github的倉庫里拉取dev這個分支了。
2021-11-09
最新回答 / weixin_慕后端6376967
?PS C:\Users\2230\AppData\Roaming\npm\測試\POS\pos-s> git pull --rebase origin masterfatal: couldn't find remote ref masterPS C:\Users\2230\AppData\Roaming\npm\測試\POS\pos-s> git push origin masterLogon failed, use ctrl+c to cancel basic credential pro...
2021-09-24