2016-ml-contest icon indicating copy to clipboard operation
2016-ml-contest copied to clipboard

access is denied when I tried to 'push' the recent file changes

Open ckjeong73 opened this issue 8 years ago • 1 comments

I did the same job as before but I faced an error as follows. Here is the message:

git.exe push --progress "origin" master:master

remote: Permission to seg/2016-ml-contest.git denied to ckjeong73. fatal: unable to access 'https://github.com/seg/2016-ml-contest.git/': The requested URL returned error: 403 git did not exit cleanly (exit code 128) (3500 ms @ 2017-01-27 am 3:32:07)

Is anyone who met the same issue?

ckjeong73 avatar Jan 26 '17 19:01 ckjeong73

It looks like you're trying to push to the SEG repo. You should push to your own fork, then make pull request.

Do git branch -a to check which branch you're on.

Good luck, and let us know if it still doesn't work.

Cheers, Matt

On Thu, Jan 26, 2017, 15:36 ckjeong73 [email protected] wrote:

I did the same job as before but I faced an error as follows. Here is the message:

git.exe push --progress "origin" master:master

remote: Permission to seg/2016-ml-contest.git denied to ckjeong73. fatal: unable to access 'https://github.com/seg/2016-ml-contest.git/': The requested URL returned error: 403 git did not exit cleanly (exit code 128) (3500 ms @ 2017-01-27 am 3:32:07)

Is anyone who met the same issue?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/seg/2016-ml-contest/issues/145, or mute the thread https://github.com/notifications/unsubscribe-auth/ABnS1KjZk1eOjOhoGkMCwox8UpaNu3AXks5rWPXTgaJpZM4LvDEA .

kwinkunks avatar Jan 26 '17 20:01 kwinkunks