>PROBLEM
git: 'credential-cache' is not a git command. See 'git --help'.
>SOLUTION
Edit .git\config fille and remove:
[credential]
helper = cache
>ENV
Windows 10
>PROBLEM Using Eclipse, you try to run a simple logging test using "org.slf4j.Logger" like the sample below: package Test; im...
No comments:
Post a Comment