$ git config --global url."[email protected]:".insteadOf "https://github.com/"
$ git config --global url."https://{USERNAME}:{GIT_TOKEN}@github.com".insteadOf "https://github.com/"
verify if it's in .gitconfig
file in your home
$ cat ~/.gitconfig
[url "https://rezam90:[email protected]/"]
insteadOf = https://github.com/