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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T23:44:19+00:00 2026-05-26T23:44:19+00:00

In the past I’ve used svn and cvs, but never BitBucket or Git. I

  • 0

In the past I’ve used svn and cvs, but never BitBucket or Git. I just got a BitBucket account with an empty project associated.

I read Getting Started with Bitbucket and on my BitBucket page that I am supposed to do the following:

git clone https://bitbucket.org/REST_OF_URL/...

I use the URL provided by Git; it successfully accepts my password without any trouble. It does, however print the following:

warning: You appear to have cloned an empty repository.

This made sense to me, because I just signed up for BitBucket.

This makes a directory called myproject. I then copied a file to that directory and added it to the repository:

cd myproject
echo 'Hello Git!' > hello.txt
git add hello.txt

I checked the status:

git status

and saw that hello.txt was recognized as a new file.

I then tried to push the file to the server:

git push https://bitbucket.org/REST_OF_URL/...

again, I typed in my password and it didn’t complain.
It reads:

Everything up-to-date

But the file has not shown up in my online Git project. I also noticed there is a git commit command. I tried this as well:

git commit -m "Initial project set up"

The output reads:

Your name and email address were configured automatically based on
your username and hostname. Please check that they are accurate.

Since the file still hasn’t shown up in my directory, I feel like I must have made a local commit on my own machine. Can anyone help me by telling me

  • What I’m missing to set up a simple project with Git
  • Where I’ve committed these files on my local machine (I’m hard up for disk space and don’t want any clutter)

As another user experienced from the Git BitBucket manual it transfers only when you push with

git push origin master

but does not work when you push with

git push

This resolves my issue, but I still do not know why this happens.

  • 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-05-26T23:44:19+00:00Added an answer on May 26, 2026 at 11:44 pm

    The simple solution is push with master branch at first time:

    $ git push origin master
    

    Then after that, you can use git push for default push to Bitbucket (master branch).

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

Sidebar

Related Questions

I installed in the past numexpr successfully on many machine. But now I just
in past I have used fbml rendering but now there is to many update
I read past questions but I couldn't solve my issue :( This is my
In the past I have used MAPISendMail to launch Outlook (or whatever the desired
In the past few years of using svn, I've frequently run into problems where
The past week or two I've been studying Maven, and I like it, but
My past CI experience is tightly coupled with CC.Net, but for sake of innovations
In the past, I used swiftsuspenders that is an actionscript 3 IoC controller. Basically
In the past I have seem a couple of people say C+ (with just
In the past, I've used decode in Oracle, and iif in Microsoft, in the

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.