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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T12:05:41+00:00 2026-06-05T12:05:41+00:00

Hi I am new to Bitbucket. In the beginning, while setting up the account

  • 0

Hi I am new to Bitbucket.

  1. In the beginning, while setting up the account I am asked to enter the email ids…do at that time I have to enter just my email id or the email ids of all the people that I am sharing my code with.

  2. While setting up my code repository I am using the following steps:

    mkdir ABCproject
    cd ABCproject
    git init
    touch README
    git add README
    git commit -m 'first commit'
    git remote add origin https://bitbucket.com/USERabc/rdf-project.git
    git push -u origin master
    

    But in these steps I am not getting where exactly do I have to put the my code, which I am sharing. Do I have to myself put my code within the ABCproject folder?

    And the statement git push -u origin master gives me the error: fatal: https://bitbucket.com/USERabc/ABCproject/ABCproject.git/info/refs not found: did you run git update-server-info on the server?"

  3. For pushing the repo..I am using the following commands,

    git remote add origin git@github.com:USERabc/ABCproject.git
    $ git push origin master
    

    It’s still giving me the same error…(the error is the same as above). What is the meaning of the above statement.

I am new to bitbucket. CAN SOMEONE BE KING ENOUGH TO HELP ME OUT??? (I have my code stored on my pc and I want to share the code with my friends.)

  • 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-05T12:05:44+00:00Added an answer on June 5, 2026 at 12:05 pm

    First of all, your repository is where you put in your code. The repository contains all files and their complete history. It is what you create when typing git init. So yeah, it is the ABCproject folder.

    To actually add files to the repository (after moving the files into it), you need to add them to the history, similar to what you did with the README file. You should refer to some Git tutorials on how to do it, and what you can do.

    Next, as alex already pointed out, you are talking about bitbucket but use a GitHub URL. The correct URL should be https://<user>@bitbucket.org/<user>/abcproject.git. Note that when using a git@bitbucket.org:… or git@github.com:… remote, you are using SSH for which you need to setup SSH keys first (the site’s help sections do explain that pretty well).

    Finally, it seems that the repository you are trying to push to simply does not exist. So before pushing, create the repository on the site. After doing that you should also get a mini tutorial on how to add the (correct) remote to an existing repository and push it correctly. Follow that, and you should be fine.

    In general, I’d suggest you to take a look at the bitbucket 101 tutorial, especially the “Create an Account and a Git Repo” part. For general Git help, you should read the Git book (at least the first two chapters).

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

Sidebar

Related Questions

I have a Bitbucket account for my 9-5 job and I also have a
I'm rather new to Mercurial and i've just started a project on bitbucket with
I have git repository on bitbucket. I use it from Eclipse for a while,
I'm new to git. I use Windows, and github & bitbucket. I set up
New to PHP and MySQL, have heard amazing things about this website from Leo
I have some code here : http://bitbucket.org/natim/lo53_tp1/src/tip/part3/camions/medias/js/tracking.js That I use to draw some information
I just bought a new computer. On my old machine I had an XCode
I'm new to Mercurial. I downloaded a copy of a BitBucket repo via it's
I am working with BitBucket online repository. i opened a new repository and synced
I'm relatively new to version control, and so far only have experience working with

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.