我正在使用BitBucket和Xcode以及Git进行版本控制,最近我更改了所有密码(感谢Adobe!).
不出所料,我不再能够在BitBucket(Authentication failed for 'https://______.git'
)上将我的本地提交推送到我的存储库,但我忘记了如何更新我的iMac上的缓存密码.不知怎的,我一直无法在Google或Stack Overflow上找到它,虽然在我看来它应该相当简单......
我在mac OS上不像这篇文章:`git push origin <branchname>`throws error`HTTP Basic:Access denied` 我在GitLab中配置了密码.我在GitLab上创建项目后创建了SSL密钥.
当我将现有文件夹用于新项目时,请按照以下步骤操作:
现有文件夹
我被提示输入我的GitLab用户名和密码.输入密码后,我得到:__CODE__
当我运行:git push
,存在这样的错误:
remote: Access denied
fatal: unable to access 'https://gitlab.com/myname/mysystem.git/': The requested URL returned error: 403
Run Code Online (Sandbox Code Playgroud)
有没有人可以帮助我?