Skip to content

git fork fails with "Not found" message #542

@logological

Description

@logological

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions