Hi,

I'm having some trouble with git (first time using this thing..).
I just tried to commit to gcov.git:

$ git clone https://git.php.net/repository/web/gcov.git
$ cd gcov
(...)
$ git config remote.origin.pushurl https://nlop...@git.php.net/push/web/gcov.git
$ git push
error: The requested URL returned error: 401 while accessing https://nlop...@git.php.net/push/web/gcov.git/info/refs

fatal: HTTP request failed


It's not even asking my password. Am I missing anything? (btw I'm following the instructions from https://wiki.php.net/vcs/gitfaq)

Thanks,
Nuno


----- Original Message ----- From: "David Soria Parra" <d...@php.net>
To: <php-cvs@lists.php.net>
Sent: Thursday, January 19, 2012 8:15 PM
Subject: [PHP-CVS] svn: /SVNROOT/ global_avail


dsp                                      Thu, 19 Jan 2012 20:15:18 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=322474

Log:
Move php-gcov, php-master, php-news to git

Changed paths:
   U   SVNROOT/global_avail

Modified: SVNROOT/global_avail
===================================================================
--- SVNROOT/global_avail 2012-01-19 20:15:16 UTC (rev 322473)
+++ SVNROOT/global_avail 2012-01-19 20:15:18 UTC (rev 322474)
@@ -58,15 +58,15 @@
# The PHP Web Group maintains www.php.net, news.php.net, bugs.php.net,
# people.php.net, master.php.net, wiki.php.net, pecl.php.net and qa.php.net.

-avail|salathe,scottmac,jmertic,lsmith,johannes,iliaa,cmv,tcobb,gareth,jah,eschmid,ronabop,derick,sterling,stas,phildriscoll,jmoore,andre,jani,david,lyric,zimt,mk,goba,zak,jmcastagnetto,dams,tom,jacques,sebastian,georg,mj,imajes,cortesi,sander,markonen,edink,jan,victor,mfischer,wez,sesser,pollita,alindeman,magnus,iliaa,philip,didou,sfox,sean,dufuz,nlopess,pajoye,helly,tony2001,bjori,felipe,dsp,aharvey,danbrown,moacir,till,vrana,tyrael|web/php,web/php-bugs,web/php-master,web/php-news,web/php-hosts,web/php-wiki,web/php-people,web/pecl,web/qa,web/bugs.git
+avail|salathe,scottmac,jmertic,lsmith,johannes,iliaa,cmv,tcobb,gareth,jah,eschmid,ronabop,derick,sterling,stas,phildriscoll,jmoore,andre,jani,david,lyric,zimt,mk,goba,zak,jmcastagnetto,dams,tom,jacques,sebastian,georg,mj,imajes,cortesi,sander,markonen,edink,jan,victor,mfischer,wez,sesser,pollita,alindeman,magnus,iliaa,philip,didou,sfox,sean,dufuz,nlopess,pajoye,helly,tony2001,bjori,felipe,dsp,aharvey,danbrown,moacir,till,vrana,tyrael|web/php,web/php-bugs,web/master.git,web/news.git,web/php-hosts,web/php-wiki,web/php-people,web/pecl,web/qa,web/bugs.git

avail|degeberg|web/php-bugs
avail|danielc|web/php/
avail|ericstewart|web/php/*/archive
-avail|odoucet|web/php-news/,web/qa/
-avail|shein|web/php-news/
+avail|odoucet|web/news.git,web/qa/
+avail|shein|web/news.git
avail|dragoonis,seld,wojak|web/php/
-avail|stewartlord|web/php/,web/php-master/
+avail|stewartlord|web/php/,web/master.git

# The PHP Presentation Group has access to the presentations on the
# conf.php.net site.
@@ -116,7 +116,7 @@
avail|auroraeosrose,ohill,csilles,t2k269,jhannus,moriyoshi,spankin,pqf,lebsack,acmurthy,markus,omar,dsp|pecl

# access to gcov.php.net website.
-avail|helly,iliaa,nlopess,pronych,felixdv,felipe|web/php-gcov
+avail|helly,iliaa,nlopess,pronych,felixdv,felipe|web/gcov.git

# The PHP-GTK Group has access to the PHP-GTK code and documentation.



--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to