无法通过PhpStorm [MacOs]将文件推送到GitHub

时间:2018-06-23 18:28:27

标签: git macos github phpstorm webstorm

我正在尝试配置我的PhpStorm以将文件发送到GitHub,但是失败了。
 我有错误:Push failed: Failed with error: unable to access 'https://github.com/***/***..git/': The requested URL returned error: 403

我的GitHub桌面可以推送文件,但是我的PhpStorm-不能。 我在MacOS High Sierra + PhpStorm 2018.1 + GitHub Desktop v1.2.3

我PhpStorm我的GitHub acc已成功连接,我已成功签出我的存储库,但我无法推送我的文件...

1 个答案:

答案 0 :(得分:1)

检查您是否做过register a GitHub account in PhpStorm

如果您的GitHub帐户使用2FA (2-factor authentication),则需要configure an Access token first

还要检查是否错误的credentials are cached in the OSX Keychain

最后,如果由于某种原因无法使用https,请考虑使用switching to an SSH URL