首頁 > 問答 > 主體
輸入git push origin master報錯remote: Repository not found.fatal:repository 'https://github.com/Dy17782997...' not found
滿天的星座2017-05-19 10:13:15
先在 github 里创建一个你的仓库, 然后再 push
github
push
git remote -v 檢查一下 remote 是否有位址,如果有位址,再看看對應的遠端位址對不對
git remote -v
PHPz2017-05-19 10:13:15
把reame.md下載到本地然後git pull --debase origin master就好了 謝謝大家了