With Computer
-
[VisualStudio] C드라이브 이외 설치With Computer/Etc 2020. 3. 15. 17:40
용량이 22기가가 넘길래,,,, 진진자라 폴더에 설치해주기로 함 cmd.exe 관리자 권한 실행 실제 설치를 하고자하는 디렉토리에 경로 생성 c:\> z: z:\> mkdir z:\MicrosoftVisualStudio\2019\Community 링크를 배치할 디렉토리 한단계 전으로 이동 d:\> c:\ c:\> cd Program Files (x86)\Microsoft Visual Studio\2019 (혹은 생성후 이동) 이전 단계에서 생성하지 않은 최종 디렉토리(\Community)를 정션링크 형식으로 링크 생성 ..2019> mklink/j Community "z:\MicrosoftVisualStudio\2019\Community" Community z:\MicrosoftVisualStudio\2..
-
[git] git add error : adding files failedWith Computer/Git, GitHub 2020. 3. 3. 10:22
$ git add . error: open("업무관련/~$2020-02-28 - 파일명"): Permission denied error: unable to index file '업무관련/~$2020-02-28 - 파일명' fatal: adding files failed 폴더를 새로 만들어 기존에 commit되어 push된 파일을 옮겨두었더니 위와같은 오류 발생 .git ignore / 브랜치 사용에 능숙했다면 좀 달라질 수 있겠지만 아직까지는 모르니까 다음의 방법으로 해결함 git add --ignore-errors . [ 참고 ] https://stackoverflow.com/questions/356323/cant-add-all-files-to-git-due-to-permissions