I
I
Ilya2018-03-20 22:42:02
git
Ilya, 2018-03-20 22:42:02

What to change after renaming the repository?

My repository was called Work . On Bitbucket, I renamed it to Landing. pool .
Now it is not possible to launch:

fatal: Authentication failed for ' https://[email protected]/sidorchik/work

As I understand it, the problem is that the console does not know that I have renamed the repository. How to explain it to her?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
ipokos, 2018-03-20
@sidorchik

relink the repository to the project.
git remote -v will show which reps are connected
git remote rm work - remove the repository from the project
look in the bitbucket for the new ssh address
git remote add origin your_ssh_address

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question