各位前輩好,
小弟最近在練習使用git版本控制
利用keil c編譯C的程式碼燒進STM32
今天在做git add --all的時候一直會跑出
fatal: unable to stat 'Inc/Copter.h~RF10372f.TMP': Permission denied
的訊息
就算幾分鐘前才add成功,可能寫幾行程式碼再add就會失敗
於是我想說試試看stash 結果跑出
error: lstat("Inc/Copter.h~RF10372f.TMP"): Permission denied
fatal: Unable to process path Inc/Copter.h~RF10372f.TMP
Cannot save the untracked files
的錯誤訊息
想請問有什麼辦法可以解決嗎?
( 稍早出現的時候是重新開機才解決的... )
--
小弟最近在練習使用git版本控制
利用keil c編譯C的程式碼燒進STM32
今天在做git add --all的時候一直會跑出
fatal: unable to stat 'Inc/Copter.h~RF10372f.TMP': Permission denied
的訊息
就算幾分鐘前才add成功,可能寫幾行程式碼再add就會失敗
於是我想說試試看stash 結果跑出
error: lstat("Inc/Copter.h~RF10372f.TMP"): Permission denied
fatal: Unable to process path Inc/Copter.h~RF10372f.TMP
Cannot save the untracked files
的錯誤訊息
想請問有什麼辦法可以解決嗎?
( 稍早出現的時候是重新開機才解決的... )
--
All Comments