Monday, January 18, 2021

git: 'credential-cache' is not a git command. See 'git --help'.

 

>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


No comments:

Post a Comment

Spark : Cancelling potential speculative or zombie tasks for this job

  >PROBLEM Running a long iteration, Spark was returning messages like these: [dag-scheduler-event-loop] INFO org.apache.spark.scheduler....