Installed git.
git status works, but the terminal stops responding with the git add . command git add .
I tried rebooting, reinstalling and sudo apt-get update .
What could be the problem and how to fix it?
Installed git.
git status works, but the terminal stops responding with the git add . command git add .
I tried rebooting, reinstalling and sudo apt-get update .
What could be the problem and how to fix it?
It seems that this question does not correspond to the subject of the site. Those who voted to close it indicated the following reason:
Source: https://ru.stackoverflow.com/questions/454979/
All Articles
mkdir /tmp/test && cd /tmp/test && git init && touch file && git add file && git status. - aleksandr barakin