I downloaded the example of Google, made my changes and now I want to upload it to the gitlab gitlab ,
did these commands
cd existing_folder
git init
git remote add origin https://gitlab.com/rosental/Mobile.git
git add.
Then I went to the studio to make a commit, it went through, but when I push, I get this error
As far as I understand, then in the project folder the git file has already been initialized, since the error shows that he is trying to push it to the address of the Google repository, and not to my ...
How can this be fixed? Where is it indicated?

git remote set-url? - αλεχολυτ