Code
                
              포크(fork, git client) 프로그램 checkout 에러 해결방법
                codens
                 2023. 9. 11. 17:38
              
              
            
            
    - git client fork app  
    - 증상 
커밋간에 이동으로 하려고 하면 에러 발생 
git error an unexpected error occurred while performing the git request  
error: unable to unlink old 'README.md': Invalid argument 
   - git fetch error (fetch시 에도 에러 발생)
error: could not delete references: error replacing .git/packed-refs: Permission denied
    - 해결 방법 
fork.exe를 관리자 권한으로 실행한다.
반응형