Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/macos/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Macos 位存储桶服务器的只读权限_Macos_Bitbucket - Fatal编程技术网

Macos 位存储桶服务器的只读权限

Macos 位存储桶服务器的只读权限,macos,bitbucket,Macos,Bitbucket,尝试推送到BitBucket时,我收到以下错误消息: fatal: remote error: Insufficient permissions You cannot push to XX/repository. Pushing requires write access and your access is read-only. 我们的BitBucket服务器不通过ssh密钥运行,而是通过我的帐户凭据和osxkeychain运行。克隆和拉取可以完美地工作,自从我安装了xcode之后就出现了错

尝试推送到BitBucket时,我收到以下错误消息:

fatal: remote error: Insufficient permissions
You cannot push to XX/repository. Pushing requires write access and your
access is read-only.
我们的BitBucket服务器不通过ssh密钥运行,而是通过我的帐户凭据和osxkeychain运行。克隆和拉取可以完美地工作,自从我安装了xcode之后就出现了错误,但是卸载xcode没有帮助。 我很感激你的任何想法