부모글 보이기/감추기 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 비밀번호 댓글 작성자 ... 91 92 93 94 95 96 97 [98] 99 100 101 102 103 104 105 ... NoWriterDateCnt.TitleFile(s) 11544정성태6/10/201825378.NET Framework: 765. C# 7.2 - 숫자 리터럴의 선행 밑줄과 뒤에 오지 않는 명명된 인수11543정성태6/9/201824687.NET Framework: 764. C# 7.2 - private protected 접근자 추가111542정성태6/9/201863098개발 환경 구성: 381. Azure Web App 확장 예제 - Remove Custom Headers11541정성태6/9/201822411개발 환경 구성: 380. Azure Web App 확장 배포 방법 [1]11540정성태6/9/201821995개발 환경 구성: 379. Azure Web App 확장 예제 제작 [2]11539정성태6/8/201822848.NET Framework: 763. .NET Core 2.1 - Tiered Compilation 도입111538정성태6/8/201821375.NET Framework: 762. .NET Core 2.1 - 확장 도구(Tools) 관리 [1]11537정성태6/8/201826814.NET Framework: 761. C# - SmtpClient로 SMTP + SSL/TLS 서버를 이용하는 방법 [5]11536정성태6/7/201823092.NET Framework: 760. Microsoft Build 2018 - The future of C# 동영상 내용 정리 [1]111535정성태6/7/201826597.NET Framework: 759. C# - System.Span<T> 성능 [1]11534정성태6/6/201831767.NET Framework: 758. C# 7.2 - Span<T> [6]11533정성태6/5/201834694.NET Framework: 757. 포인터 형 매개 변수를 갖는 C++ DLL의 함수를 C#에서 호출하는 방법111532정성태6/5/201823255.NET Framework: 756. JSON의 escape sequence 문자 처리 방식11531정성태6/4/201827517오류 유형: 468. JSON.parse가 허용하지 않는 문자 [9]11530정성태5/31/201828915.NET Framework: 755. C# 7.2 - 스택에만 생성할 수 있는 값 타입 지원 - "ref struct" [2]111529정성태5/23/201826517.NET Framework: 754. 닷넷의 관리 포인터(Managed Pointer)와 System.TypedReference [6]111528정성태5/17/201825963.NET Framework: 753. C# 7.2 - 3항 연산자에 ref 지원(conditional ref operator) [1]11527정성태5/17/201823348오류 유형: 467. RDP 로그인 에러 - This could be due to CredSSP encryption oracle remediation.11526정성태5/16/201823014.NET Framework: 752. C# 7.2 - 메서드의 반환값 및 로컬 변수에 ref readonly 기능 추가111525정성태5/16/201827529.NET Framework: 751. C# 7.2 - 메서드의 매개 변수에 in 변경자 추가 [3]111524정성태5/15/201826509.NET Framework: 750. C# 7.2 - readonly 구조체 [5]111523정성태5/15/201822868.NET Framework: 749. C# - 값 형식의 readonly 인스턴스에 대한 메서드 호출 시 defensive copy 발생 [1]111522정성태5/15/201822019개발 환경 구성: 378. Azure - VM 진단 설정 화면의 "This subscription is not registered with the Microsoft.Insights resource provider."11521정성태5/15/201819630개발 환경 구성: 377. Azure - 원하는 성능 데이터로 모니터링 대시보드 구성11520정성태5/12/201822213.NET Framework: 748. C# 7.1 - 참조 어셈블리(Ref Assemblies)11519정성태5/12/201824498개발 환경 구성: 376. ASP.NET Web Application 프로젝트의 FileSystem 배포(Publish) 시 Before/After Task 설정 방법 [1] ... 91 92 93 94 95 96 97 [98] 99 100 101 102 103 104 105 ...