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.

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章