remote: HTTP Basic: Access denied

江枫思渺然 提交于 2020-01-16 09:07:36

问题


Hi I'm facing access denied problem, I have updated SSL key, haven't changed password. I have this issue for all git remote operations for all the projects. can some one please assist.

$ GIT_TRACE=1 git clone https://git.platform.manulife.io/conversational-channels/vivr-jacada-ui.git
08:49:35.481599 exec-cmd.c:237          trace: resolved executable dir: C:/Program Files/Git/mingw64/bin
08:49:35.483582 git.c:440               trace: built-in: git clone https://git.platform.manulife.io/conversational-channels/vivr-jacada-ui.git
Cloning into 'vivr-jacada-ui'...
08:49:35.530206 run-command.c:663       trace: run_command: git remote-https origin https://git.platform.manulife.io/conversational-channels/vivr-jacada-ui.git
08:49:35.575342 exec-cmd.c:237          trace: resolved executable dir: C:/Program Files/Git/mingw64/libexec/git-core
08:49:35.581789 git.c:703               trace: exec: git-remote-https origin https://git.platform.manulife.io/conversational-channels/vivr-jacada-ui.git
08:49:35.581789 run-command.c:663       trace: run_command: git-remote-https origin https://git.platform.manulife.io/conversational-channels/vivr-jacada-ui.git
08:49:35.625438 exec-cmd.c:237          trace: resolved executable dir: C:/Program Files/Git/mingw64/libexec/git-core
08:49:35.751423 run-command.c:663       trace: run_command: 'git credential-manager get'
08:49:35.852606 exec-cmd.c:237          trace: resolved executable dir: C:/Program Files/Git/mingw64/libexec/git-core
08:49:35.855582 git.c:703               trace: exec: git-credential-manager get
08:49:35.855582 run-command.c:663       trace: run_command: git-credential-manager get
08:49:36.388781 run-command.c:663       trace: run_command: 'git credential-manager erase'
08:49:36.482029 exec-cmd.c:237          trace: resolved executable dir: C:/Program Files/Git/mingw64/libexec/git-core
08:49:36.485005 git.c:703               trace: exec: git-credential-manager erase
08:49:36.485005 run-command.c:663       trace: run_command: git-credential-manager erase
08:49:36.797981 run-command.c:663       trace: run_command: 'git credential-manager erase'
08:49:36.893709 exec-cmd.c:237          trace: resolved executable dir: C:/Program Files/Git/mingw64/libexec/git-core
08:49:36.896686 git.c:703               trace: exec: git-credential-manager erase
08:49:36.896686 run-command.c:663       trace: run_command: git-credential-manager erase
remote: HTTP Basic: Access denied

来源:https://stackoverflow.com/questions/57727274/remote-http-basic-access-denied

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!