-1

I have set the origin to my online Git Repository and there is nothing to commit

git status
On branch main
nothing to commit, working tree clean

but still I am getting this when I try to push my README.md,html, css, js and some images files

$ git push -u origin main
fatal: protocol 'https' is not supported
  • https://stackoverflow.com/search?q=%5Bgit%5D+fatal%3A+protocol+https+is+not+supported – phd Jun 28 '22 at 09:45

1 Answers1

0

Please type in

git remote -v

Try to add SSH instead.

Shachar297
  • 599
  • 2
  • 7