通过命令添加新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.

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-20
猜你喜欢
  • 2021-11-06
  • 2021-07-19
  • 2021-06-27
  • 2021-06-12
  • 2022-12-23
  • 2021-11-12
相关资源
相似解决方案