Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7814797
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T05:18:44+00:00 2026-06-02T05:18:44+00:00

I created a repository on GitHub called ‘messages’ and a local repository with the

  • 0

I created a repository on GitHub called ‘messages’ and a local repository with the same name. I am trying to push the files from my local repo to the remote but get this error:

ERROR: Repository not found.
fatal: The remote end hung up unexpectedly.

I figured it was an authentication issue. And when I ran

ssh -T git@github.com

I did get a message indicating that my key did not work. So I added my ~/.ssh/github_rsa.pub to the SSH keys in my account on GitHub (deleted the one that already existed there) and ran the command again. This time I received a message saying –

Hi septerr! You’ve successfully authenticated, but GitHub does not provide shell access.

From what I read this seemed to be the expected message. So, I again tried the push. But received same error. Repository not found.

Swapnas-MacBook-Pro:messages sony$ git remote -v show
origin  git@github.com:seterr/messages.git (fetch)
origin  git@github.com:seterr/messages.git (push)
Swapnas-MacBook-Pro:messages sony$ git push -u origin master
ERROR: Repository not found.
fatal: The remote end hung up unexpectedly

When I look at my repo on GitHub I see:

Existing Git Repo?
cd existing_git_repo
git remote add origin git@github.com:septerr/messages.git
git push -u origin master

What could be wrong?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T05:18:45+00:00Added an answer on June 2, 2026 at 5:18 am

    Your remote address is, compared to what github tells you:

     git@github.com:seterr/messages.git    <== your remote
     git@github.com:septerr/messages.git   <== GitHub actual repo address
    

    You forgot the ‘p‘ in septerr.

    As mentioned in “GitHub pushing/pulling error“, GitHub repo addresses are sensitive to typo or case.


    Nick mentions in the comments:

    I ran into an issue where I needed to change my repo address due to a change in GitHub username.
    Here’s the code for it:

    git remote set-url origin git@github.com:username/reponame.git 
    

    This will set the remote name to origin with the GitHub username of username.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I created a branch on my local Mercurial repository. I want to push to
I've created a bare git repository (Core), cloned from a pre-existing repo (Production) using
I'm trying to fetch a read-only git repository from github and have it be
I created a new repository called DirectorySocket, and from my project directory called DirectorySocket
I successfully created my first repository (first_app) from my local machine and pushed the
Here are the steps I took. I created a repository on github and generated
I've created git repository, added code and pushed it to GitHub. Then locally, I've
I currently have a git repository at github that stores the packaging files for
I'm using one file from a git repository off of github in a project
I'm new to Git and Github. I created a repository but am unable to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.