这就是我要将更改从local更改为git并且我不断收到此错误。
从命令行推送现有存储库
git remote add origin https://github.com/myuserame/mytestrep.git
git push -u origin master
error: The requested URL returned error: 403 while accessing https://github.com/myuserame/mytestrep.git/info/refs
替换了用户名并重新命名
我在centOS 6.5中安装了git。但每当我尝试将某些内容推送到git时,我会收到403禁止错误。我看到我使用的git版本较旧,我认为升级有助于解决此问题。
我所面对的主要问题在这里已经提到,但我并没有真正得到答案。我在git中创建了一个repo,在本地创建了一个文件夹,并带有一些示例文件。然后git init和提交。但是,当我尝试推送更改时,我期望它要求登录,而不是它会导致403致命的http请求错误。
Pushing to Git returning Error Code 403 fatal: HTTP request failed
所以 -
我正在尝试升级centos上的git版本。如何在cent os上升级git版本?
[root@localhost ~]# git version
git version 1.7.1
[root@localhost ~]# yum install git
Loaded plugins: fastestmirror, refresh-packagekit, security
Setting up Install Process
Loading mirror speeds from cached hostfile
* base: centos.excellmedia.net
* epel: ftp.riken.jp
* extras: centos.excellmedia.net
* updates: centos.excellmedia.net
Package git-1.7.1-3.el6_4.1.i686 already installed and latest version
Nothing to do
[root@localhost ~]#