Re: [PHP-DEV] Git Access

2012-12-09 Thread Sara Golemon
Yeah, a subsequent push picked it up. Don't think we need to worry about cronning it, but I'll add a note to the git workflow page mentioning how recovery works in this situation for future reference. On Sat, Dec 8, 2012 at 7:28 AM, David Soria Parra wrote: > On 2012-12-05, Sara Golemon wrote:

Re: [PHP-DEV] Git Access

2012-12-08 Thread David Soria Parra
On 2012-12-05, Sara Golemon wrote: > remote: Welcome pollita. > remote: Changesets accepted. Thank you for your contribution. > remote: > remote: Attempting to push to mirror g...@github.com:php/php-src.git > remote: Write failed: Broken pipe > remote: fatal: The remote end hung up unexpectedly >

Re: [PHP-DEV] Git Access

2012-12-05 Thread Alexey Zakhlestin
On 06.12.2012, at 3:38, Sara Golemon wrote: > RTFMing is hard, thanks. :) > > remote: Welcome pollita. > remote: Changesets accepted. Thank you for your contribution. > remote: > remote: Attempting to push to mirror g...@github.com:php/php-src.git > remote: Write failed: Broken pipe > remote: f

Re: [PHP-DEV] Git Access

2012-12-05 Thread Sara Golemon
RTFMing is hard, thanks. :) remote: Welcome pollita. remote: Changesets accepted. Thank you for your contribution. remote: remote: Attempting to push to mirror g...@github.com:php/php-src.git remote: Write failed: Broken pipe remote: fatal: The remote end hung up unexpectedly To https://git.php.ne

Re: [PHP-DEV] Git Access

2012-12-05 Thread Hannes Magnusson
Which push url are you using? See https://wiki.php.net/vcs/gitfaq?#clone_url_and_push_url You may want to upload your key to master and use the ssh urls -Hannes On Wed, Dec 5, 2012 at 2:02 PM, Sara Golemon wrote: > It's been awhile since I last commited (pre git, in fact) and now I'm > getting

Re: [PHP-DEV] Git Access

2012-12-05 Thread Rasmus Lerdorf
On 12/05/2012 05:02 PM, Sara Golemon wrote: > It's been awhile since I last commited (pre git, in fact) and now I'm > getting a failure during 'git push'. It asks for my password, I enter > it, it asks again, I enter again, and I get a permission denied error. > Do I need to do something to updat

[PHP-DEV] Git Access

2012-12-05 Thread Sara Golemon
It's been awhile since I last commited (pre git, in fact) and now I'm getting a failure during 'git push'. It asks for my password, I enter it, it asks again, I enter again, and I get a permission denied error. Do I need to do something to update my access? I've done a password change on master.