zoukankan      html  css  js  c++  java
  • git报错 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 repositor

    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
  • 相关阅读:
    B
    B
    G
    F
    E
    A
    C
    2017icpc 乌鲁木齐网络赛
    bzoj 2038 小Z的袜子(hose)(莫队算法)
    矩阵快速幂刷题系列
  • 原文地址:https://www.cnblogs.com/smileblogs/p/10881547.html
Copyright © 2011-2022 走看看