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 8047549
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T06:08:23+00:00 2026-06-05T06:08:23+00:00

What I have done: git init git remote add master www.xyz.org/git/arkad fatal: ‘origin’ does

  • 0

What I have done:

git init 
git remote add master www.xyz.org/git/arkad

fatal: 'origin' does not appear to be a git repository
fatal: The remote end hung up unexpectedly

I have http access to the remote git.

How to fix this?

Thanks.

  • 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-05T06:08:26+00:00Added an answer on June 5, 2026 at 6:08 am

    You added a remote called “master”, not “origin”. In your case you would need to do:

    git push master master
    

    You probably want to read the man page for git remote, and you might now want to rename your remote to origin:

    git remote rename master origin
    

    Additionally it appears you didn’t specify a protocol to use to talk to the remote: it will probably be either ssh:// or git://. Given the fact there are two problems with your remote config you might want to do the following to correct your configuration:

    git remote rm master
    git remote add origin ssh://www.xyz.org/git/arkad
    

    Note: this assumes that you need to talk to the server over the ssh protocol, as noted above it could also be that you need to use the git protocol instead.

    More useful help can also be found here courtesy of the awesome guys at github.com.

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

Sidebar

Related Questions

I have a repository. (git init) I've done check-ins and commits and logs and
What I have done so far: git svn init http://example.com/svn/trunk (latest revision is 1000)
I have a file, let's say file.txt I have done git mv file.txt to
After git pull I have done git reset hard to undo the merge with
I have done some stuff to my git repo and I think I am
ERROR: Permission to durrantm/linker.git denied to kevinzen. fatal: The remote end hung up unexpectedly
Have done some research and found some stuff that may be helpful. I would
I have done XML parsing before but never on a massive scale. If I'm
I have done some research, and majority of the examples I have found use
I have done this operation millions of times, just using the + operator! I

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.