Skip to content

imr-z/firebase-crud-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Download Git Bash

Open Me

Firebase CRUD Website

git clone https://github.com/imr-z/firebase-crud-website.git

Solution to this problem is to remove the git proxies.

Open your terminal through the administrator.
Then hit command git config --global -l
Then unset all HTTP and https proxies by below command
git config --global --unset-all http.proxy & git config --global --unset-all https.proxy
Now you can check it is removed from the list or not with the same command git config --global -l

Screenshot

Terminal Git Terminal Git Process Download Folder