git常见问题解决

git常见问题

  1. 参考初始化问题
    error: src refspec master does not match any
    error: failed to push some refs to 'gitee.com:gaoxl85/stock-flask.git'
    参考:https://blog.csdn.net/qq_38198952/article/details/82792279
    参考:https://blog.csdn.net/Sensente/article/details/124138062
  2. 文件被忽略问题
    Git: The following paths are ignored by one of your .gitignore files: xxx.dll
    参考:https://blog.csdn.net/lingyanpi/article/details/71724282
  3. git批量添加
    参考:https://blog.csdn.net/sphinx1122/article/details/89789929
    参考:https://www.cnblogs.com/kangkaii/p/8425631.html
  4. 同步仓库问题
    参考:https://blog.csdn.net/qq_45893999/article/details/106273214
  5. git用户名和邮箱问题
    参考:https://blog.csdn.net/qq_36519327/article/details/123355797
  6. Git: git@gitee.com: Permission denied (publickey).
    参考:https://blog.csdn.net/qq_30202073/article/details/87805594
  7. error: remote origin already exists.
    参考:https://blog.csdn.net/qq_39208536/article/details/125231265

posted on 2022-07-20 09:19  朝朝暮Mu  阅读(62)  评论(0)    收藏  举报