N
N
newdancer2016-07-12 15:47:52
git
newdancer, 2016-07-12 15:47:52

Problem uploading project to bitbucket?

Problem uploading project to bitbucket?
A local repository has been created in Android Studio:

git init
git add *
git commit -m 'first'

Next, a branch was created to the main repository where another project needs to be loaded. Bitbucket prompts you to execute the command
git fetch && git checkout family_city
and then gives an error:
No remote repository specified. Please, specify either a URL or a
remote name from which new revisions should be fetched.
What's wrong?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Anton Izmailov, 2016-07-12
@newdancer

Wrong tags you selected.
First, add a repository
git remote add [email protected]:ajdlajdld

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question