-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
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.
$ git fork [email protected]:edobashira/speech-language-processing.git
Enter your github username
logological
Enter host password for user 'logological':
{
"message": "Not Found",
"documentation_url": "https://developer.github.com/v3"
}
Cloning into 'speech-language-processing.git'...
remote: Repository not found.
fatal: repository 'https://github.com/logological/speech-language-processing.git/' not found
/usr/local/bin/git-fork: line 41: cd: speech-language-processing.git: No such file or directory
fatal: Not a git repository (or any parent up to mount point /home)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
fatal: Not a git repository (or any parent up to mount point /home)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
Metadata
Metadata
Assignees
Labels
No labels