I am trying to push files to my remote repository from my local repository and I see this
fatal error : fatal: unable to access \'https://github.com/viniv
This solved my problem:
http version: git config --global --unset http.proxy https version: git config --global --unset https.proxy