When I try to clone on git bash, I receive this error:
$git clone
Cloning into \'name_project\'...
Password for \'\':
remote: Counti
On Linux
Execute the following in the command line before executing the Git command:
On Windows
Execute the following in the command line before executing the Git command:
More info ==> Atlassian Documentation
If the following command not works:
git config http.postBuffer 24288000
Try this command:
git config --add core.compression -1