remote: Repository not found. fatal: repository 'https://github.com/***/***.git/' not found


通过命令添加新repository到git hub在执行最后一步命令(如下所示)的时候报错

git push -u origin master

 

error:
remote: Repository not found.
fatal: repository 'https://github.com/*****/???.git/' not found


Solution:
(1)manually add the repository "Repositrory Name" on https://github.com/new
(2) run command "git push -u origin master" again.

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM