git add *

git status

git commit -m "上传代码"

git push origin master   
报错git push origin master
fatal: 'origin' does not appear to be a git repository
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.


git remote add origin git@code.aliyun.com:名称/xiansun-manager-service.git

git push origin master

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-19
  • 2021-11-13
  • 2021-09-01
  • 2021-05-01
  • 2021-04-01
猜你喜欢
  • 2022-12-23
  • 2022-01-06
  • 2018-09-07
  • 2021-09-20
  • 2022-12-23
  • 2021-12-25
  • 2021-07-23
相关资源
相似解决方案