comando a trazione Git sta lavorando bene, ma git scorta sta dando il seguente errore:Git scorta non riesce 'errore: in grado di risolvere refs di riferimento/scorta: Nessun file o directory'
$git stash
error: unable to resolve reference refs/stash: No such file or directory
fatal: Cannot lock the ref 'refs/stash'.
Cannot save the current status
Come risolvo questo in modo da non perdere le mie modifiche?
Il tuo utente ha i permessi di scrittura nella directory '.git' /' .git/refs'? – knittl
Quale sistema operativo e quale versione git stai usando? – VonC
versione git 1.7.9.5, sistema operativo Linux. .git e .git/refs hanno letto ed eseguito permessi – skadoosh