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.php.net hoping that'd propagate out but still no
love.
-Sara
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.php.net hoping that'd propagate out but still no
love.
See the "Using SSH" section of the Git FAQ - https://wiki.php.net/vcs/gitfaq
You didn't add your ssh key.
-Rasmus
RTFMing is hard, thanks. :)
remote: Welcome pollita.
remote: Changesets accepted. Thank you for your contribution.
remote:
remote: Attempting to push to mirror git@github.com:php/php-src.git
remote: Write failed: Broken pipe
remote: fatal: The remote end hung up unexpectedly
To https://git.php.net/push/php-src.git
c058ed5..5ac3577 master -> master
The push to git.php.net succeeded, but its push to github failed. Is
there a process that deals with keeping the repos in sync in events
like this?
-Sara
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.php.net hoping that'd propagate out but still no
love.See the "Using SSH" section of the Git FAQ - https://wiki.php.net/vcs/gitfaq
You didn't add your ssh key.
-Rasmus
RTFMing is hard, thanks. :)
remote: Welcome pollita.
remote: Changesets accepted. Thank you for your contribution.
remote:
remote: Attempting to push to mirror git@github.com:php/php-src.git
remote: Write failed: Broken pipe
remote: fatal: The remote end hung up unexpectedly
To https://git.php.net/push/php-src.git
c058ed5..5ac3577 master -> masterThe push to git.php.net succeeded, but its push to github failed. Is
there a process that deals with keeping the repos in sync in events
like this?
I believe it will eventually sync, as "push" propagates all changes, not just specific commit
remote: Welcome pollita.
remote: Changesets accepted. Thank you for your contribution.
remote:
remote: Attempting to push to mirror git@github.com:php/php-src.git
remote: Write failed: Broken pipe
remote: fatal: The remote end hung up unexpectedly
To https://git.php.net/push/php-src.git
c058ed5..5ac3577 master -> masterThe push to git.php.net succeeded, but its push to github failed. Is
there a process that deals with keeping the repos in sync in events
like this?
No, the next push will sync it again. I can setup a cronjob to do that
every 15mins.
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.
remote: Welcome pollita.
remote: Changesets accepted. Thank you for your contribution.
remote:
remote: Attempting to push to mirror git@github.com:php/php-src.git
remote: Write failed: Broken pipe
remote: fatal: The remote end hung up unexpectedly
To https://git.php.net/push/php-src.git
c058ed5..5ac3577 master -> masterThe push to git.php.net succeeded, but its push to github failed. Is
there a process that deals with keeping the repos in sync in events
like this?No, the next push will sync it again. I can setup a cronjob to do that
every 15mins.
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
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.php.net hoping that'd propagate out but still no
love.-Sara