부모글 보이기/감추기 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) 11983정성태7/8/201914878오류 유형: 556. nodemon - 'mocha' is not recognized as an internal or external command, operable program or batch file.11982정성태7/8/201914960오류 유형: 555. Visual Studio 빌드 오류 - result: unexpected exception occured (-1002 - 0xfffffc16)11981정성태7/7/201918048Math: 64. C# - 3층 구조의 신경망(분류)111980정성태7/7/201928163개발 환경 구성: 450. Visual Studio Code의 Java 확장을 이용한 간단한 프로젝트 구축111979정성태7/7/201918399개발 환경 구성: 449. TFS에서 gitlab/github등의 git 서버로 마이그레이션하는 방법11978정성태7/6/201917683Windows: 161. 계정 정보가 동일하지 않은 PC 간의 인증을 수행하는 방법 [1]11977정성태7/6/201922266오류 유형: 554. git push - error: RPC failed; HTTP 413 curl 22 The requested URL returned error: 413 Request Entity Too Large11976정성태7/4/201916586오류 유형: 553. (잘못 인증 한 후) 원격 git repo 재인증 시 "remote: HTTP Basic: Access denied" 오류 발생11975정성태7/4/201925402개발 환경 구성: 448. Visual Studio Code에서 콘솔 응용 프로그램 개발 시 "입력"받는 방법11974정성태7/4/201921107Linux: 22. "Visual Studio Code + Remote Development"로 윈도우 환경에서 리눅스(CentOS 7) C/C++ 개발11973정성태7/4/201919868Linux: 21. 리눅스에서 공유 라이브러리가 로드되지 않는다면?11972정성태7/3/201923623.NET Framework: 847. JAVA와 .NET 간의 AES 암호화 연동 [1]111971정성태7/3/201919939개발 환경 구성: 447. Visual Studio Code에서 OpenCvSharp 개발 환경 구성11970정성태7/2/201918545오류 유형: 552. 웹 브라우저에서 파일 다운로드 후 "Running security scan"이 끝나지 않는 문제11969정성태7/2/201918994Math: 63. C# - 3층 구조의 신경망111968정성태7/1/201925713오류 유형: 551. Visual Studio Code에서 Remote-SSH 연결 시 "Opening Remote..." 단계에서 진행되지 않는 문제 [1]11967정성태7/1/201919753개발 환경 구성: 446. Synology NAS를 Windows 10에서 iSCSI로 연결하는 방법11966정성태6/30/201918678Math: 62. 활성화 함수에 따른 뉴런의 출력을 그리드 맵으로 시각화111965정성태6/30/201919284.NET Framework: 846. C# - 2차원 배열을 1차원 배열로 나열하는 확장 메서드111964정성태6/30/201920844Linux: 20. C# - Linux에서의 Named Pipe를 이용한 통신11963정성태6/29/201920576Linux: 19. C# - .NET Core Unix Domain Socket 사용 예제11962정성태6/27/201918278Math: 61. C# - 로지스틱 회귀를 이용한 선형분리 불가능 문제의 분류111961정성태6/27/201917796Graphics: 37. C# - PLplot - 출력 모음(Family File Output)11960정성태6/27/201918834Graphics: 36. C# - PLplot의 16색 이상을 표현하는 방법과 subpage를 이용한 그리드 맵 표현11959정성태6/27/201920001Graphics: 35. matplotlib와 PLplot의 한글 처리11958정성태6/25/201924463Linux: 18. C# - .NET Core Console로 리눅스 daemon 프로그램 만드는 방법 [6] ... 76 77 [78] 79 80 81 82 83 84 85 86 87 88 89 90 ...