부모글 보이기/감추기 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 비밀번호 댓글 작성자 ... 46 47 48 49 [50] 51 52 53 54 55 56 57 58 59 60 ... NoWriterDateCnt.TitleFile(s) 12722정성태7/20/202115351오류 유형: 739. MSVCR110.dll이 없어 exe 실행이 안 되는 경우12721정성태7/20/202121071오류 유형: 738. The trust relationship between this workstation and the primary domain failed. - 세 번째 이야기12720정성태7/19/202116388Linux: 43. .NET Core/5+ 응용 프로그램의 Ubuntu (Debian) 패키지 준비12719정성태7/19/202115381오류 유형: 737. SharePoint 설치 시 "0x800710D8 The object identifier does not represent a valid object." 오류 발생12718정성태7/19/202115000개발 환경 구성: 581. Windows에서 WSL로 파일 복사 시 root 소유권으로 적용되는 문제112717정성태7/18/202115585Windows: 195. robocopy에서 파일의 ADS(Alternate Data Stream) 정보 복사를 제외하는 방법12716정성태7/17/202116030개발 환경 구성: 580. msbuild의 Exec Task에 robocopy를 사용하는 방법112715정성태7/17/202123466오류 유형: 736. Windows - MySQL zip 파일 버전의 "mysqld --skip-grant-tables" 실행 시 비정상 종료 [1]12714정성태7/16/202116631오류 유형: 735. VCRUNTIME140.dll, MSVCP140.dll, VCRUNTIME140.dll, VCRUNTIME140_1.dll이 없어 exe 실행이 안 되는 경우12713정성태7/16/202118808.NET Framework: 1077. C# - 동기 방식이면서 비동기 규약을 따르게 만드는 Task.FromResult112712정성태7/15/202117410개발 환경 구성: 579. Azure - 리눅스 호스팅의 Site Extension 제작 방법12711정성태7/15/202116885개발 환경 구성: 578. Azure - Java Web App Service를 위한 Site Extension 제작 방법12710정성태7/15/202120218개발 환경 구성: 577. MQTT - emqx.io 서비스 소개12709정성태7/14/202115742Linux: 42. 실행 중인 docker 컨테이너에 대한 구동 시점의 docker run 명령어를 확인하는 방법12708정성태7/14/202120119Linux: 41. 리눅스 환경에서 디스크 용량 부족 시 원인 분석 방법12707정성태7/14/202186673오류 유형: 734. MySQL - Authentication method 'caching_sha2_password' not supported by any of the available plugins.12706정성태7/14/202118060.NET Framework: 1076. C# - AsyncLocal 기능을 CallContext만으로 구현하는 방법 [2]112705정성태7/13/202118852VS.NET IDE: 168. x64 DLL 프로젝트의 컨트롤이 Visual Studio의 Designer에서 보이지 않는 문제 - 두 번째 이야기12704정성태7/12/202117383개발 환경 구성: 576. Azure VM의 서비스를 Azure Web App Service에서만 접근하도록 NSG 설정을 제한하는 방법12703정성태7/11/202122377개발 환경 구성: 575. Azure VM에 (ICMP) ping을 허용하는 방법12702정성태7/11/202118645오류 유형: 733. TaskScheduler에 등록된 wacs.exe의 Let's Encrypt 인증서 업데이트 문제12701정성태7/9/202118224.NET Framework: 1075. C# - ThreadPool의 스레드는 반환 시 ThreadStatic과 AsyncLocal 값이 초기화 될까요?112700정성태7/8/202118707.NET Framework: 1074. RuntimeType의 메모리 누수? [1]12699정성태7/8/202117347VS.NET IDE: 167. Visual Studio 디버깅 중 GC Heap 상태를 보여주는 "Show Diagnostic Tools" 메뉴 사용법12698정성태7/7/202121424오류 유형: 732. Windows 11 업데이트 시 3% 또는 0%에서 다운로드가 멈춘 경우12697정성태7/7/202116031개발 환경 구성: 574. Windows 11 (Insider Preview) 설치하는 방법 ... 46 47 48 49 [50] 51 52 53 54 55 56 57 58 59 60 ...