깃_허브
[github] warning: could not open directory : Permission denied 오류
Nickman
2023. 11. 6. 18:26
깃허브에 파일 올리기
1. git add . -> 변경된 파일 등록
2. git commit -m '1.0 Initilization' -> 등록된 파일을 묶어 메세지를 첨부합니다.
3. git push origin master -> 저장소로 등록된 파일과 메세지를 올려 보냅니다.
git commit -m '1.0 Initilization' 에서
warning: could not open directory : Permission denied 오류는
Git add errors: Could not open directory: Permission Denied
I am using windows 10. When I type the command "git add ." in my Git Bash I keeping getting this message as shown below: warning: could not open directory 'AppData/Local/Application Data/': Permis...
stackoverflow.com
파일 경로가 잘 설정되어있는지,
파일 수정 삭제 후 저장 여부(saved)를 확인하면 된다.