Published
- 1 min read
git credentials
The solution for this is noted below
git credentials
Solution
# this will store your credentials "forever"
git config --global credential.helper store
Try other methods by searching on the site. That is if this doesn’t work