-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
git fork fails with "Not found" message #542
Comments
@logological |
Still failing for me. Though on rereading the documentation, it seems the reason I got the error in the first place is that I didn't invoke the command correctly. The I expect this is not an unusual mistake – I was expecting |
@logological @hemanth |
Merged. |
So is using the clone URL supposed to be supported now? It still doesn't work for me (and yes, I did enter my correct username and password):
The command does work if I pass it the bare user/repository name, though this checks out the fork via HTTPS rather than SSH:
|
The
git fork
command doesn't work for me, no matter whether I specify HTTPS or SSH as the access method. It returns a "Not found" message when trying to access the repository I want to fork; this causes the subsequent creation and checkout of the fork to fail.The text was updated successfully, but these errors were encountered: