부모글 보이기/감추기 AD BLOCK 해제 요청 이 글에는 광고가 많이 들어가 있지 않습니다. adblock을 해제하셔도 글을 읽는데 그다지 부담이 없으니 해제를 부탁드립니다. (연관된 글이 1개 있습니다.) git fetch - warning: 'C:\ProgramData/Git/config' has a dubious owner: '(unknown)'. git fetch를 했는데 뜬금없이 이런 경고가 뜨는군요. c:\temp> git fetch origin warning: 'C:\ProgramData/Git/config' has a dubious owner: '(unknown)'. For security reasons, it is therefore ignored. To fix this, please transfer ownership to an admininstrator. 검색해 보면, Latest Update brings Github error on pull, push, or sync ; https://stackoverflow.com/questions/57592530/latest-update-brings-github-error-on-pull-push-or-sync Git failing with "unknown author" ; https://developercommunity.visualstudio.com/content/problem/697976/git-failing-with-unknown-author.html "C:\ProgramData\Git" 폴더에 (확장자 없이) "config" 파일을 만들어 주면 됩니다. 내용은 그냥 전역적으로 사용될 기본값 정도로만 채워주는 식인 듯합니다. [core] symlinks = false autocrlf = true fscache = true [color] diff = auto status = auto branch = auto interactive = true [help] format = html [rebase] autosquash = true [이 글에 대해서 여러분들과 의견을 공유하고 싶습니다. 틀리거나 미흡한 부분 또는 의문 사항이 있으시면 언제든 댓글 남겨주십시오.] [다음 글] 오류 유형: 566. 비주얼 스튜디오 - Failed to register URL "http://localhost:6879/" for site "..." application "/". Error description: Access is denied. (0x80070005)[이전 글] 개발 환경 구성: 457. 윈도우 응용 프로그램의 Socket 연결 시 time-out 시간 제어 [연관 글] 오류 유형: 612. warning: 'C:\ProgramData/Git/config' has a dubious owner: '...'. [최초 등록일: 9/5/2019] [최종 수정일: 9/5/2019] 이 저작물은 크리에이티브 커먼즈 코리아 저작자표시-비영리-변경금지 2.0 대한민국 라이센스에 따라 이용하실 수 있습니다. by SeongTae Jeong, mailto:techsharer at outlook.com 비밀번호 댓글 작성자 ... 76 77 78 79 80 81 [82] 83 84 85 86 87 88 89 90 ... NoWriterDateCnt.TitleFile(s) 11978정성태7/6/201922196Windows: 161. 계정 정보가 동일하지 않은 PC 간의 인증을 수행하는 방법 [1]11977정성태7/6/201926090오류 유형: 554. git push - error: RPC failed; HTTP 413 curl 22 The requested URL returned error: 413 Request Entity Too Large11976정성태7/4/201921306오류 유형: 553. (잘못 인증 한 후) 원격 git repo 재인증 시 "remote: HTTP Basic: Access denied" 오류 발생11975정성태7/4/201928978개발 환경 구성: 448. Visual Studio Code에서 콘솔 응용 프로그램 개발 시 "입력"받는 방법11974정성태7/4/201925794Linux: 22. "Visual Studio Code + Remote Development"로 윈도우 환경에서 리눅스(CentOS 7) C/C++ 개발11973정성태7/4/201923767Linux: 21. 리눅스에서 공유 라이브러리가 로드되지 않는다면?11972정성태7/3/201928951.NET Framework: 847. JAVA와 .NET 간의 AES 암호화 연동 [1]111971정성태7/3/201923178개발 환경 구성: 447. Visual Studio Code에서 OpenCvSharp 개발 환경 구성11970정성태7/2/201923295오류 유형: 552. 웹 브라우저에서 파일 다운로드 후 "Running security scan"이 끝나지 않는 문제11969정성태7/2/201923802Math: 63. C# - 3층 구조의 신경망111968정성태7/1/201930533오류 유형: 551. Visual Studio Code에서 Remote-SSH 연결 시 "Opening Remote..." 단계에서 진행되지 않는 문제 [1]11967정성태7/1/201925140개발 환경 구성: 446. Synology NAS를 Windows 10에서 iSCSI로 연결하는 방법11966정성태6/30/201923603Math: 62. 활성화 함수에 따른 뉴런의 출력을 그리드 맵으로 시각화111965정성태6/30/201924086.NET Framework: 846. C# - 2차원 배열을 1차원 배열로 나열하는 확장 메서드111964정성태6/30/201924455Linux: 20. C# - Linux에서의 Named Pipe를 이용한 통신11963정성태6/29/201924171Linux: 19. C# - .NET Core Unix Domain Socket 사용 예제11962정성태6/27/201921718Math: 61. C# - 로지스틱 회귀를 이용한 선형분리 불가능 문제의 분류111961정성태6/27/201922453Graphics: 37. C# - PLplot - 출력 모음(Family File Output)11960정성태6/27/201924045Graphics: 36. C# - PLplot의 16색 이상을 표현하는 방법과 subpage를 이용한 그리드 맵 표현11959정성태6/27/201925054Graphics: 35. matplotlib와 PLplot의 한글 처리11958정성태6/25/201929636Linux: 18. C# - .NET Core Console로 리눅스 daemon 프로그램 만드는 방법 [6]11957정성태6/24/201925864Windows: 160. WMI 쿼리를 명령행에서 간단하게 수행하는 wmic.exe [2]11956정성태6/24/201926293Linux: 17. CentOS 7에서 .NET Core Web App 실행 환경 구성 [1]11955정성태6/20/201924048Math: 60. C# - 로지스틱 회귀를 이용한 분류111954정성태6/20/201921719오류 유형: 550. scp - sudo: no tty present and no askpass program specified11953정성태6/20/201919345오류 유형: 549. The library 'libhostpolicy.so' required to execute the application was not found in '...' ... 76 77 78 79 80 81 [82] 83 84 85 86 87 88 89 90 ...