79523877

Date: 2025-03-20 19:04:03
Score: 1
Natty:
Report link

What i did before was git config --global url."https://".insteadOf "git://", which messed up my config.

What i did to fix this was git config --global --list

Then I saw that i had url.git://.insteadof=https:// in the config

so I used git config --global --unset url.git://.insteadof to remove it, and everything worked fine, hope this helps

Reasons:
  • Whitelisted phrase (-1): hope this helps
  • No code block (0.5):
  • Starts with a question (0.5): What i
  • Low reputation (1):
Posted by: Ahmad Kassabieh