SourceTree - git: fatal: remote error: Repository not found

Alaa Awad

I just signed up for a github account at work and created a new repository. I ran a few git commands over command line and everything worked fine.

1. git init 
2. git add .
3. git commit -m "first commit"
4. git remote add origin https://github.com/username/project.git

Then, when I added the working copy from sourcetree and clicked the Fetch button, i get "error: Repository Not Found". I try push and pull and i get the same error. I've been using sourcetree with my bitbucket and github repositories for a few months now but i've never had this problem. Has anyone had similar issues?

Alaa Awad

I figured it out the issue. I already had a a personal github account linked to sourcetree. When i deleted the personal github account and added the work account it worked fine.

  1. Go to Tools -> Options
  2. Click on Authentication Tab
  3. Delete the other github account and add the new one

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

remote: repository not found fatal: not found

From Dev

Using GIT Bash, ERROR: Repository not found - fatal: Could not read from remote

From Dev

What does the Git error "remote: Repository not found." mean?

From Java

git: fatal: Could not read from remote repository

From Dev

git clone: "remote: The namespace you were looking for could not be found." ... "fatal: Could not read from remote repository."

From Dev

Error $ git pull --rebase Permission denied (publickey). fatal: Could not read from remote repository

From Java

Receiving "fatal: Not a git repository" when attempting to remote add a Git repo

From Java

Git push: "fatal 'origin' does not appear to be a git repository - fatal Could not read from remote repository."

From Dev

Heroku - Fatal error when pushing to a git repository

From Dev

Redmine error log fatal:not a git repository

From Dev

Heroku - Fatal error when pushing to a git repository

From Dev

`git remote add` is throwing a fatal error

From Dev

$ git push cloud fatal: remote error: Forbidden

From Dev

git Connection abandoned, fatal: Could not read from remote repository

From Dev

CentOS: Git: "fatal: could not read from the remote repository"

From Dev

Git: Permission denied (publickey). fatal: Could not read from remote repository

From Dev

git clone error. Read from socket failed: Connection reset by peer fatal: Could not read from remote repository

From Dev

fatal: 'jigar/test.git' does not appear to be a git repository fatal: The remote end hung up unexpectedly

From Java

Git: Permission denied (publickey) fatal - Could not read from remote repository. while cloning Git repository

From Dev

git pull error when working with remote repository

From Dev

Docker image git clone error "fatal: Not a git repository"

From Dev

git push heroku master error: Repository not found

From Dev

Stash Git error "fatal: remote error: CAPTCHA required"

From Dev

unable to look up https fatal error when push to git repository

From Dev

Git fatal not valid : is this a git repository?

From Dev

Error when using SourceTree with Git: 'Summary' failed with code 128: fatal: unable to read tree

From Dev

SourceTree : see diff between local Repository and remote Repository?

From Dev

Git push fatal error: "refs not found" for Google Cloud Source

From Dev

Get remote repository Git

Related Related

  1. 1

    remote: repository not found fatal: not found

  2. 2

    Using GIT Bash, ERROR: Repository not found - fatal: Could not read from remote

  3. 3

    What does the Git error "remote: Repository not found." mean?

  4. 4

    git: fatal: Could not read from remote repository

  5. 5

    git clone: "remote: The namespace you were looking for could not be found." ... "fatal: Could not read from remote repository."

  6. 6

    Error $ git pull --rebase Permission denied (publickey). fatal: Could not read from remote repository

  7. 7

    Receiving "fatal: Not a git repository" when attempting to remote add a Git repo

  8. 8

    Git push: "fatal 'origin' does not appear to be a git repository - fatal Could not read from remote repository."

  9. 9

    Heroku - Fatal error when pushing to a git repository

  10. 10

    Redmine error log fatal:not a git repository

  11. 11

    Heroku - Fatal error when pushing to a git repository

  12. 12

    `git remote add` is throwing a fatal error

  13. 13

    $ git push cloud fatal: remote error: Forbidden

  14. 14

    git Connection abandoned, fatal: Could not read from remote repository

  15. 15

    CentOS: Git: "fatal: could not read from the remote repository"

  16. 16

    Git: Permission denied (publickey). fatal: Could not read from remote repository

  17. 17

    git clone error. Read from socket failed: Connection reset by peer fatal: Could not read from remote repository

  18. 18

    fatal: 'jigar/test.git' does not appear to be a git repository fatal: The remote end hung up unexpectedly

  19. 19

    Git: Permission denied (publickey) fatal - Could not read from remote repository. while cloning Git repository

  20. 20

    git pull error when working with remote repository

  21. 21

    Docker image git clone error "fatal: Not a git repository"

  22. 22

    git push heroku master error: Repository not found

  23. 23

    Stash Git error "fatal: remote error: CAPTCHA required"

  24. 24

    unable to look up https fatal error when push to git repository

  25. 25

    Git fatal not valid : is this a git repository?

  26. 26

    Error when using SourceTree with Git: 'Summary' failed with code 128: fatal: unable to read tree

  27. 27

    SourceTree : see diff between local Repository and remote Repository?

  28. 28

    Git push fatal error: "refs not found" for Google Cloud Source

  29. 29

    Get remote repository Git

HotTag

Archive