본문 바로가기
반응형

Git6

Sourcetree 에서 bugtraq 사용 하기 TortoiseGit 을 사용한다면 Issue Tracker 를 연동해 주는 bugtraq 라는 방식이 있다. Sourcetree 에도 같은 기능이 있는데 이에 관한 이야기를 적어 본다. Sourcetree 에서는 텍스트 링크 커밋 이라는 기능으로 Issue Tracker 와 연동하는 기능을 제공한다. https://confluence.atlassian.com/sourcetreekb/link-to-bitbucket-issue-tracker-from-commits-296911608.html Link to Bitbucket Issue Tracker from Commits | Sourcetree | Atlassian Documentation confluence.atlassian.com 저장소 설정 > 고급 >.. 2021. 8. 3.
[Git] Sourcetree - Git 저장소 암호가 바뀌 었을때 Access denied 해결 방법 Sourcetree 에 HTTPS 방식으로 Git 을 연동해 두었는데, 연동한 계정의 비밀 번호가 바뀌는 경우 아래와 같은 에러가 발생한다. fatal: Authentication failed for 'http://~' remote: HTTP Basic: Access denied 이 상황을 해결하는 Sourcetree 메뉴얼은 따로 없어 해결에 성공한 방법을 기록해 둔다. 참고로, Windows 기준 해결 방법이다. Sourcetree change password of existing account %LocalAppData%\Atlassian\SourceTree\userhost %LocalAppData%\Atlassian\SourceTree\passwd Stackoverflow 에선 두 파일을 제거해 해.. 2021. 8. 3.
[Unity] 프로젝트 Git 설정 신규 프로젝트를 진행할 일이 있어 개발 환경 구성을 하다가 할때마다 찾을 필요 없게 메모 합니다. Git ignore Unity 프로젝트 구성에 필없는 요소들이 Git commit 이 되지 않게 해줍니다. 바로 사용해야 된다면 아래 싸이트를 방문하시고, github.com/github/gitignore/blob/master/Unity.gitignore github/gitignore A collection of useful .gitignore templates. Contribute to github/gitignore development by creating an account on GitHub. github.com 공부를 하고 싶다면 아래로 싸이트를 방문하세요. git-scm.com/docs/gitign.. 2021. 2. 2.
[Git] SourceTree Commit Author 수정 SourceTree 를 사용하던 중 알 수 없는 이유로 Author 명이 변경된 이슈가 있었는데 이를 수정하면서 기록으로 남깁니다. Repository Setting 값과 Option 값은 같은데 Commit Author 값만 다른 상태였습니다. Commit Author 값이 위의 설정 값들을 따라 가지 않고 별도의 값을 참조 하는 것으로 생각됩니다. 이 이슈를 해결하는 방안으로는 Commit Author 값을 User alternative author 값으로 변경하고 직접 입력하는 방식인데 SourceTree 를 재시작 한다거나 하면 풀리게 되어 매번 체크해 줘야하는 번거로움이 있습니다. 다른 방법으로는 C:\Users\%UserName%\.gitconfig 파일을 수정하는 것 입니다. 파일에 name.. 2020. 2. 18.
반응형