当前位置:   article > 正文

git push -u origin “master“报错显示 Missing or invalid credentials.解决办法

missing or invalid credentials.

mgit push -u origin "master"报错显示 Missing or invalid credentials.解决办法

问题:

新建了一个仓库之后,add和commit都成功了,最后的push失败了

git add .
git commit -m "first commit"
  • 1
  • 2

在这两步之后进行Push操作报错

git push -u origin "master"
  • 1

报错如下:

root@user:/root/test# git push -u origin "master"
Missing or invalid credentials.
Error: connect ECONNREFUSED /run/user/0009/vscode-git-3f9f96e71.sock
    at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1166:16) {
  errno: -111,
  code: 'ECONNREFUSED',
  syscall: 'connect',
  address: '/run/user/0009/vscode-git-3f9f96e71.sock'
}
Missing or invalid credentials.
Error: connect ECONNREFUSED /run/user/0009/vscode-git-3f9f96e71.sock
    at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1166:16) {
  errno: -111,
  code: 'ECONNREFUSED',
  syscall: 'connect',
  address: '/run/user/0009/vscode-git-3f92f9e71.sock'
}
remote: [session-68435293] Unauthorized
fatal: Authentication failed for 'https://gitee.com/zHh/test.git/'
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19

解决办法

1、我是在vscode终端里面上传的,push失败,解决方法:设置(ctrl+,)

在这里插入图片描述

2\再直接搜索“git.terminalAuthentication”,并将该复选框前的对钩取消掉

在这里插入图片描述

3、(Ctrl+Shift+P)快捷键打开命令面板,输入”Reload Window“,点击该命令重新加载窗口。
在这里插入图片描述
4、最后在git push origin main终于解决问题了

在这里插入图片描述

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小丑西瓜9/article/detail/419535
推荐阅读
相关标签
  

闽ICP备14008679号