Hi,
I'm getting this error on push error: Cannot access URL http://repo.or.cz/r/phpmyadmin/ammaryasirr.git/, return code 22 fatal: git-http-push failed
I didn't use to get this earlier but I just did a fresh installation of fedora. I'm using git version 1.7.3.4
Regards, Ammar Yasir
Ammar Yasir a écrit :
Hi,
I'm getting this error on push error: Cannot access URL http://repo.or.cz/r/phpmyadmin/ammaryasirr.git/, return code 22 fatal: git-http-push failed
I didn't use to get this earlier but I just did a fresh installation of fedora. I'm using git version 1.7.3.4
Regards, Ammar Yasir
Ammar, did you use a command similar to this one to create your local copy? Using "ssh:" is important.
git remote add yourrepo ssh://repo.or.cz/srv/git/phpmyadmin/yourrepo.git
You can't push through http protocol, change it to ssh or https (whichever is available).
Rouslan
On Wed, 2011-05-18 at 17:33 +0530, Ammar Yasir wrote:
Hi,
I'm getting this error on push error: Cannot access URL http://repo.or.cz/r/phpmyadmin/ammaryasirr.git/, return code 22 fatal: git-http-push failed
I didn't use to get this earlier but I just did a fresh installation of fedora. I'm using git version 1.7.3.4
Regards, Ammar Yasir
What Every C/C++ and Fortran developer Should Know! Read this article and learn how Intel has extended the reach of its next-generation tools to help Windows* and Linux* C/C++ and Fortran developers boost performance applications - including clusters. http://p.sf.net/sfu/intel-dev2devmay _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
On Wed, May 18, 2011 at 5:44 PM, Rouslan Placella rouslan@placella.comwrote:
You can't push through http protocol, change it to ssh or https (whichever is available).
Rouslan
Thanks :)
On Wed, 2011-05-18 at 17:33 +0530, Ammar Yasir wrote:
Hi,
I'm getting this error on push error: Cannot access URL http://repo.or.cz/r/phpmyadmin/ammaryasirr.git/, return code 22 fatal: git-http-push failed
I didn't use to get this earlier but I just did a fresh installation of fedora. I'm using git version 1.7.3.4
Regards, Ammar Yasir
What Every C/C++ and Fortran developer Should Know! Read this article and learn how Intel has extended the reach of its next-generation tools to help Windows* and Linux* C/C++ and Fortran developers boost performance applications - including clusters. http://p.sf.net/sfu/intel-dev2devmay _______________________________________________ Phpmyadmin-devel mailing
list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
What Every C/C++ and Fortran developer Should Know! Read this article and learn how Intel has extended the reach of its next-generation tools to help Windows* and Linux* C/C++ and Fortran developers boost performance applications - including clusters. http://p.sf.net/sfu/intel-dev2devmay _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel