简体   繁体   English

致命:无法访问“https://git-codecommit.eu-west-1.amazonaws.com/v1/repos/myrepo/”:请求的 URL 返回错误:403

[英]fatal: unable to access 'https://git-codecommit.eu-west-1.amazonaws.com/v1/repos/myrepo/': The requested URL returned error: 403

I am not able to push any changes from my local to codecommit and I am getting below error.我无法将任何更改从我的本地推送到 codecommit,并且我遇到了错误。 I can clone, pull from the repo but while pushing I am facing the issue.我可以克隆,从回购中提取,但在推动时我面临着这个问题。 fatal: unable to access 'https://git-codecommit.eu-west-1.amazonaws.com/v1/repos/myrepo/': The requested URL returned error: 403致命:无法访问“https://git-codecommit.eu-west-1.amazonaws.com/v1/repos/myrepo/”:请求的 URL 返回错误:403

Check the IAM policies that attached to your user.检查附加到您的用户的 IAM 策略。 You probably don't have "codecommit: GitPush" rights.您可能没有“codecommit:GitPush”权限。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 致命:无法访问“https://git-codecommit.us-east-1.amazonaws.com/v1/repos/lambda-pipeline-repo/”:请求的 URL 返回错误:403 - fatal: unable to access 'https://git-codecommit.us-east-1.amazonaws.com/v1/repos/lambda-pipeline-repo/': The requested URL returned error: 403 致命:无法访问“ https://github.com/MyName/MyRepo.git/”:请求的URL返回错误:403 - fatal: unable to access 'https://github.com/MyName/MyRepo.git/': The requested URL returned error: 403 AWS Codecommit - 致命:无法访问:请求的 URL 返回错误:403 - AWS Codecommit - fatal: unable to access : The requested URL returned error: 403 remote:拒绝XXX / .git的权限给YYY。 致命:无法访问“ https://github.com/XXX//”:请求的URL返回错误:403 - remote: Permission to XXX/.git denied to YYY. fatal: unable to access 'https://github.com/XXX//': The requested URL returned error: 403 致命:无法访问“https://github.com/usename/my-project.git/”:请求的 URL 返回错误:403 Mac - fatal: unable to access 'https://github.com/usename/my-project.git/': The requested URL returned error: 403 Mac 致命:无法访问“https://github.com/SOME_NAME/SOME_PROJECT.git/”:请求的网址返回错误:403 - fatal: unable to access 'https://github.com/SOME_NAME/SOME_PROJECT.git/': The requested URL returned error: 403 克隆失败:无法访问“http://username:password@47.92.35.46:1010/r/MyRepo.git/”:请求的 URL 返回错误:403 - Clone failed: unable to access 'http://username:password@47.92.35.46:1010/r/MyRepo.git/': The requested URL returned error: 403 我该如何解决致命问题:无法访问“https://github.com/MTaha57/Build-Portfolio-.git/”:请求的 URL 返回错误:403 - How can i resolve fatal: unable to access 'https://github.com/MTaha57/Build-Portfolio-.git/': The requested URL returned error: 403 GIT命令致命错误无法访问“ https:// mygiturl /”:请求的URL返回错误:400 - GIT commands fatal errors Unable to access 'https://mygiturl/': The requested URL returned error: 400 致命:无法访问“http://repo.***.com/***/***.git/”:请求的 URL 返回错误:504 - fatal: unable to access 'http://repo.***.com/***/***.git/': The requested URL returned error: 504
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM