git: fatal: Could not read from remote repository

user1592380

I am trying to set git up with http://danielmiessler.com/study/git/#website to manage my site.

I have gotten to the last step in the instructions: git push website +master:refs/heads/master

I am working using the git ming32 command line in win7

$ git push website +master:refs/heads/master
Bill@***.com's password:
Connection closed by 198.91.80.3
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

One problem here may be that the program is looking for Bill@***.com. when I connect via ssh to my site I have a different username( lets say 'abc'). so maybe this should be abc@***.com. If so I don't know how to change this or if I can push under an alias

rob mayoff

You can specify the username that SSH should send to the remote system as part of your remote's URL. Put the username, followed by an @, before the remote hostname.

git remote set-url website abc@***.com:path/to/repo

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

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 Java

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

From Java

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

From Dev

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

From Java

Can't git push to Bitbucket: Unauthorized - fatal: Could not read from remote repository

From Dev

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

From Dev

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

From Dev

Git Clone : Permission denied (publickey). 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

A strange "fatal: Could not read from remote repository." with crontab

From Dev

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

From Dev

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

From Dev

A strange "fatal: Could not read from remote repository." with crontab

From Dev

Git : fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists

From Dev

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

From Dev

Clone the repository from Codebase Permission denied (publickey). fatal: Could not read from remote repository

From Dev

Clone the repository from Codebase Permission denied (publickey). fatal: Could not read from remote repository

From Java

git with IntelliJ IDEA: Could not read from remote repository

From Dev

git push heroku: Could not read from remote repository

From Dev

Failed with error: Could not read from remote repository || git

From Dev

conq: repository does not exist. fatal: Could not read from remote repository

From Dev

fatal: Could not read from remote repository. When I push my local repo to remote server

From Dev

can't pull changes from github - Permission denied (publickey). fatal: Could not read from remote repository

From Dev

Can't push my code to Heroku: Permission denied <public key> fatal: Could not read from remote repository

From Java

Heroku 'Permission denied (publickey) fatal: Could not read from remote repository' woes

From Dev

GitLab ssh to hostname with local user causes "fatal: Could not read from remote repository"

From Dev

Rails 4 + Capistrano 3 : fatal: Could not read from remote repository while deploying

Related Related

  1. 1

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

  2. 2

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

  3. 3

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

  4. 4

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

  5. 5

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

  6. 6

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

  7. 7

    Can't git push to Bitbucket: Unauthorized - fatal: Could not read from remote repository

  8. 8

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

  9. 9

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

  10. 10

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

  11. 11

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

  12. 12

    A strange "fatal: Could not read from remote repository." with crontab

  13. 13

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

  14. 14

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

  15. 15

    A strange "fatal: Could not read from remote repository." with crontab

  16. 16

    Git : fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists

  17. 17

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

  18. 18

    Clone the repository from Codebase Permission denied (publickey). fatal: Could not read from remote repository

  19. 19

    Clone the repository from Codebase Permission denied (publickey). fatal: Could not read from remote repository

  20. 20

    git with IntelliJ IDEA: Could not read from remote repository

  21. 21

    git push heroku: Could not read from remote repository

  22. 22

    Failed with error: Could not read from remote repository || git

  23. 23

    conq: repository does not exist. fatal: Could not read from remote repository

  24. 24

    fatal: Could not read from remote repository. When I push my local repo to remote server

  25. 25

    can't pull changes from github - Permission denied (publickey). fatal: Could not read from remote repository

  26. 26

    Can't push my code to Heroku: Permission denied <public key> fatal: Could not read from remote repository

  27. 27

    Heroku 'Permission denied (publickey) fatal: Could not read from remote repository' woes

  28. 28

    GitLab ssh to hostname with local user causes "fatal: Could not read from remote repository"

  29. 29

    Rails 4 + Capistrano 3 : fatal: Could not read from remote repository while deploying

HotTag

Archive