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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T08:52:30+00:00 2026-06-17T08:52:30+00:00

I forked and then cloned a github repo, to which I made some changes,

  • 0

I forked and then cloned a github repo, to which I made some changes, committed them, and then tried to push:

Nates-MacBook-Pro-2:ReReplay nate$ git push origin master
fatal: remote error: 
  You can't push to git://github.com/natereed/ReReplay.git
  Use git@github.com:natereed/ReReplay.git
Nates-MacBook-Pro-2:ReReplay nate$

What does the error message mean?

  • 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-17T08:52:31+00:00Added an answer on June 17, 2026 at 8:52 am

    The error seems to suggest a solution:

    You can't push to git://github.com/natereed/ReReplay.git 
    Use git@github.com:natereed/ReReplay.git
    

    What it means is that git:// URLs are typically “anonymous” — they don’t support authentication, and thus on Github you can’t write to them. In order to write to a repository, you need to access it using ssh (git@github.com:...) or http.

    This assumes, of course, that your GitHub account has been given write access to the repository.

    You can reconfigure your local copy of the repository to use the ssh URL like this:

    git remote set-url origin git@github.com:natereed/ReReplay.git
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've forked a repo on github and then made a few changes on master
On github, I forked an old version of another project. I made some changes
I forked a GitHub repository. Then I pushed some changes to my fork. Then
I forked a github repo and cloned the fork to my machine. Then I
I have forked a repository, then I made some changes and it looks like
I have a repo that's forked from a remote repository. I made some changes,
I forked a project on github, since then the original owner made changes to
So I first forked a repo and then made a commit to that forked
I forked from a repository (upstream), then do my changes locally and push to
I forked a repository on GitHub. I then cloned my fork into a folder

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.