0

I am trying to push code to remote repo ($ git push -u origin master) but getting error like "fatal: protocol 'git@https' is not supported"

enter image description here

Could you please help with this error ?

Note I have reset "git url" by typing (not copy pasted).

it should push code to remote repo.

3
  • 2
    Don't post text as image, post as text.
    – j6t
    Commented May 5 at 7:31
  • 2
    Remove git@ from the URL, just git remote set-url origin https://github.com/AnilGarad304/Selenium_Demo_2024.git will do
    – dani-vta
    Commented May 5 at 9:37
  • Please provide enough code so others can better understand or reproduce the problem.
    – Community Bot
    Commented May 7 at 10:24

0

Browse other questions tagged or ask your own question.