Perhaps, but apparently I missed something "looking at night", or just hadn’t worked with Bitbucket for a long time.

Briefly about my actions: I created a repository on Bitbucket, after which I performed the actions described in "I'm starting from scratch", but after push 'a, I got the following error:

remote: Invalid username or password. If you log in via a third party service you must ensure you have an account password set in your account profile. fatal: Authentication failed for 'https://VadimMorozov@bitbucket.org/VadimMorozo 

I want to note that before this was all:

 Could not read from remote repository. 

But changed in the link to https and that's actually the problem. Tell me how to be.

  • I changed the password again, now when I push it, I’m knocking out a dialog box with a login and password, I enter everything correctly, the error is the same. - Morozov
  • Perhaps this answer will help you - pavlofff

1 answer 1

https://VadimMorozov@bitbucket.org/VadimMorozov - this is not all the way to the repository. The repository name itself is missing:

 https://VadimMorozov@bitbucket.org/VadimMorozov/project-name.git 

Let's set it up:

 git remote set-url origin https://VadimMorozov@bitbucket.org/VadimMorozov/project-name.git