Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/github/3.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

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/dart/3.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
Github 试图在git hub上拉取请求,但_Github_Repository - Fatal编程技术网

Github 试图在git hub上拉取请求,但

Github 试图在git hub上拉取请求,但,github,repository,Github,Repository,我试图宣传我的剧本,但没有成功。在执行git commit-m和git push之后,我遇到了以下错误: Please make sure you have the correct access rights and the repository exists. 我怎样才能修好它?谢谢您检查您的远程URL: cd /path/to/local/repository git remote -v 它的URL可能仍然引用origina存储库 如果是这种情况,请使用以下内容更改URL: git r

我试图宣传我的剧本,但没有成功。在执行git commit-m和git push之后,我遇到了以下错误:

Please make sure you have the correct access rights
and the repository exists.

我怎样才能修好它?谢谢您检查您的远程URL:

cd /path/to/local/repository
git remote -v
它的URL可能仍然引用origina存储库

如果是这种情况,请使用以下内容更改URL:

git remote set-url origin https://github.com/<me>/<myFork>
git远程设置url源https://github.com//
检查您的远程URL:

cd /path/to/local/repository
git remote -v
它的URL可能仍然引用origina存储库

如果是这种情况,请使用以下内容更改URL:

git remote set-url origin https://github.com/<me>/<myFork>
git远程设置url源https://github.com//

看起来您可能没有对存储库的推送访问权限。请与回购管理员联系,为您提供推送访问权限。看起来您可能没有对存储库的推送访问权限。与回购协议管理员核实,为您提供推送访问。