无法将更改推送到github

时间:2017-11-15 10:47:08

标签: git github

我尝试将文件推送到GitHub,但出现此错误

remote: Permission to user_name1/project_name.git denied to user_name2.
fatal: unable to access 'project_https_links': The requested URL returned 
error: 403

这意味着project_name user_name2之前我没有global的权限,但我已在user_name1中配置了具有完全权限的core.symlinks=false core.autocrlf=input core.fscache=true color.diff=auto color.status=auto color.branch=auto color.interactive=true help.format=html rebase.autosquash=true http.sslcainfo=C:/Program Files/Git/mingw64/ssl/certs/ca-bundle.crt credential.helper=manager user.email=my_email user.name=user_name1 gc.autodetach=false core.repositoryformatversion=0 core.filemode=false core.bare=false core.logallrefupdates=true core.symlinks=false core.ignorecase=true remote.origin.url=project_https_links remote.origin.fetch=+refs/heads/*:refs/remotes/origin/* branch.master.remote=origin branch.master.merge=refs/heads/master 的用户名。

配置

namespace

那我怎样才能推动我的改变呢?提前谢谢!

0 个答案:

没有答案
相关问题