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