首页 > 问答 > 正文
输入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就好了 谢谢大家了