问题:

在使用git push origin master将本地修改同步到github仓库的时候,出错

解决方案:

1、运行 git config --list,部分输出如下:

2)运行git config --global --unset credential.helper,之后再git push orgin master即可。

参考:https://blog.csdn.net/weixin_39278265/article/details/102248258

git push 报错git: push-u is not a git command. See 'git --help'.相关推荐

  1. 解决git pull 报错insufficient permission for adding an object to repository database .git/objects

    这个报错是没有.git/objects文件的写入权限,可能是.git/objects被root角色创建,等到别的角色去操作时就产生了权限问题,所以解决这个问题就要改.git/objects的权限: c ...

  2. git push报错:remote: error: refusing to update checked out branch: refs/heads/master

    远程仓库通过git init初始化了一个项目,没有clone到本地,本地新建了一个项目,关联本地项目和远程仓库(参见IDEA新建本地项目关联远程git仓库 )后git push报错: wulf@wul ...

  3. git push报错 ! [remote rejected] master -> master (push declined due to email privacy restrictions)

    使用push命令 将本地仓库push到github时 报错: git push https://github.com/lexsaints/taobao_spider.git master 报错信息如下 ...

  4. git 解决push报错:[rejected] master -> master (fetch first) error: failed to push some refs to

    git 解决push报错:[rejected] master -> master (fetch first) error: failed to push some refs to </h1 ...

  5. git push 报错Push rejected、 remote unpack failed 、unpacker error、 failed to push some refs to

    git push 报错Push rejected. remote unpack failed .unpacker error. failed to push some refs to 1.error: ...

  6. git push报错 emote: error: GH007

    报错信息: Pushing to https://github.com/***.git POST git-receive-pack (1288 bytes) remote: error: GH007: ...

  7. git push报错:fatal: unable to access ‘https://XXXX.git/‘: Peer‘s Certificate issuer is not recognized.

    推镜像的时候,git push报错:fatal: unable to access 'https://XXXX.git/': Peer's Certificate issuer is not reco ...

  8. git push 报错 Empty reply from server 或 Failed to connect to github.com port 443: Time out

    git push 报错 Empty reply from server 或 Failed to connect to github.com port 443: Time out 问题出现 报错信息 问 ...

  9. git push 报错 ---error: commit 8aa8e31: email address yin.jiaqing@.....com is not registered in your

    git push 报错: error: commit 8aa8e31: email address yin.jiaqing@haustart.com is not registered in your ...

  10. git push报错 DENIED by fallthru(or you mis-spelled reponame)

    git push报错 DENIED by fallthru(or you mis-spelled reponame) 百度半天都说是公钥私钥问题 最后发现是管理员没开push权限

最新文章

  1. 3D U-Net:从稀疏注释中学习密集的体积分割
  2. 第五周实践项目7 后缀表达式
  3. group by(mysql oracle的区别) 的基本用法
  4. 今天我的天空瞬间明亮了
  5. 技术人的 40 岁,真的不惑了吗?
  6. 遇见Flask-Script
  7. Android Lolipop 屏蔽隐式Intent检查引发的错误
  8. c++ 字符串_C/C++字符串大总结(一)
  9. synergy共享屏幕
  10. 特征选择 | MATLAB实现特征变量相关性系数图和显著性检验
  11. 【英语美文】权利的游戏——守夜人誓词
  12. python 获取搜狗输入法里面所有的表情图片
  13. 免费且非常实用的PPT模板网站(免费)亲测可用!!
  14. 4种公众号文章编辑器亲测对比
  15. (附源码)计算机毕业设计SSM大学生项目众筹系统
  16. 使用 husky 进行提交前的代码规范校验和 commit 信息检查
  17. MongoDB之文本搜索
  18. python算法工程师的一天_算法工程师的一天!说的是你
  19. 【map】百度地图离线化V1.3
  20. 【解决】农业银行如何取消短信通知

热门文章

  1. java for新循环_java新特性-新式for循环(For_Each)
  2. 广告系统中的Exploitation and Exploration(一)
  3. Leetcode每日一题:10.09.sorted-matrix-search-lcci(排序矩阵查找)
  4. 西瓜书+实战+吴恩达机器学习(四)监督学习之线性回归 Linear Regression
  5. input的一些使用方法
  6. 第八:Pytes中的fixture大解剖(二)
  7. c++ 哈希表_C语言精华知识:表驱动法编程实践
  8. json.decoder.JSONDecodeError: Expecting ‘,‘ delimiter: line xx column xx (char xxx)
  9. Python实现字符串对齐
  10. Hbase安装及配置