Changing the git url

So, i want to push through ssh but my url for gitlab is under porxy that blocks ssh acces.
I read that you can change the addres of HTTPS acces but not for ssh is there anything i can do?

The quick option: remove your local copy and clone using HTTPS git clone https://....
The (a bit) longer option: edit .git/config in your local copy and change url to HTTPS one.

Over ssh it will promt for password and username and i dont want that

You can either use SSH with SSH Key or HTTPS with username/password authentication. There is no other option.

Please share the commands on the CLI, and the .git/config file of the project so we can help with suggestions :slight_smile:

had too old version