부모글 보이기/감추기 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 비밀번호 댓글 작성자 1 2 3 4 5 6 7 8 9 10 [11] 12 13 14 15 ... NoWriterDateCnt.TitleFile(s) 13704정성태8/2/20249593닷넷: 2290. C# - 간이 dotnet-dump 프로그램 만들기113703정성태8/1/20248156닷넷: 2289. "dotnet-dump ps" 명령어가 닷넷 프로세스를 찾는 방법13702정성태7/31/20249140닷넷: 2288. Collection 식을 지원하는 사용자 정의 타입을 CollectionBuilder 특성으로 성능 보완113701정성태7/30/20249511닷넷: 2287. C# 13 - (4) Indexer를 이용한 개체 초기화 구문에서 System.Index 연산자 허용113700정성태7/29/20249430디버깅 기술: 200. DLL Export/Import의 Hint 의미13699정성태7/27/20249478닷넷: 2286. C# 13 - (3) Monitor를 대체할 Lock 타입113698정성태7/27/20249292닷넷: 2285. C# - async 메서드에서의 System.Threading.Lock 잠금 처리113697정성태7/26/20248607닷넷: 2284. C# - async 메서드에서의 lock/Monitor.Enter/Exit 잠금 처리113696정성태7/26/20248329오류 유형: 920. dotnet publish - error NETSDK1047: Assets file '...\obj\project.assets.json' doesn't have a target for '...'13695정성태7/25/20248625닷넷: 2283. C# - Lock / Wait 상태에서도 STA COM 메서드 호출 처리113694정성태7/25/20248796닷넷: 2282. C# - ASP.NET Core Web App의 Request 용량 상한값 (Kestrel, IIS)13693정성태7/24/20248008개발 환경 구성: 717. Visual Studio - C# 프로젝트에서 레지스트리에 등록하지 않은 COM 개체 참조 및 사용 방법113692정성태7/24/20249190디버깅 기술: 199. Windbg - 리눅스에서 뜬 닷넷 응용 프로그램 덤프 파일에 포함된 DLL의 Export Directory 탐색13691정성태7/23/20248178디버깅 기술: 198. Windbg - 스레드의 Win32 Message Queue 정보 조회13690정성태7/23/20247661오류 유형: 919. Visual C++ 리눅스 프로젝트 - error : ‘u8’ was not declared in this scope13689정성태7/22/20249903디버깅 기술: 197. Windbg - PE 포맷의 Export Directory 탐색13688정성태7/21/20248390닷넷: 2281. C# - Lock / Wait 상태에서도 일부 Win32 메시지 처리113687정성태7/19/20249214닷넷: 2280. C# - PostThreadMessage로 보낸 메시지를 Windows Forms에서 수신하는 방법113686정성태7/19/20248871오류 유형: 918. Visual Studio - ATL Simple Object 추가 시 error C2065: 'IDR_...': undeclared identifier13685정성태7/19/20248722스크립트: 66. Windows 디렉터리 경로를 WSL의 /mnt 포맷으로 구하는 방법 - 두 번째 이야기13684정성태7/19/20249350닷넷: 2279. C# - 문자열 보간식 사례 (예: 조건 연산자 사용)13683정성태7/18/20248440오류 유형: 917. ClrMD - Linux 환경의 .NET 5 덤프 분석 시 hang 현상13682정성태7/18/20248793닷넷: 2278. WPF - 스레드에 종속되는 DependencyObject113681정성태7/17/20248165닷넷: 2277. C# 13 - (2) 메서드 그룹의 자연 타입 개선 (메서드 추론 개선)113680정성태7/16/20249170닷넷: 2276. C# - Method Group, Natural Type, function_type113679정성태7/16/20247560Linux: 76. Linux - C++ (getaddrinfo 등을 담고 있는) libnss 정적 링크 1 2 3 4 5 6 7 8 9 10 [11] 12 13 14 15 ...