Useful 4

[Github] 깃허브 프로젝트 협업 하기 - Repository 외부 사용자 초대

안녕하세요 한 저장소에 있는 프로젝트를 여러 사용자가 작업하고 푸시하려면 저장소의 소유자가 권한을 줘야 합니다. 권한 주는 방법을 알아보겠습니다. 1. Settins -> Manage access Manage access에 진입해 Invite a collaborator(초대하기)를 클릭합니다 2. 초대할 사용자의 깃허브계정을 입력한 후 "Add [이메일] to this repository" 버튼을 클릭하여 초대 요청을 이메일로 전송합니다. 3. 초대를 받은 사용자는 자신의 메일함에 온 초대메일에서 "View invitaion"을 클릭하면 함께 사용이 가능합니다. 감사합니다:)

Useful 2021.08.20

[Github] 초기 세팅부터 소스트리(Sourcetree) 연동까지[2]

아직 프로젝트와 repository를 연동하지 못했다면 이전 게시글을 참고해주세용 https://code-hyoon.tistory.com/16 [Github] 초기 세팅부터 소스트리(Sourcetree) 연동까지[1] 개발환경 : Window 안녕하세요 개발환경을 새로 세팅하거나 새로운 프로젝트를 오랜만에 시작할 때 항상 헷갈리기 마련입니다 ㅠㅠ 자주 해보지 않으면 까먹고 또 검색해야 하기 때문에 정리를 code-hyoon.tistory.com 안녕하세요 이번엔 프로젝트를 편리하게 관리하기 위해 Git GUI인 소스트리를 사용해보려고 합니다. https://www.sourcetreeapp.com/ Sourcetree | Free Git GUI for Mac and Windows A Git GUI that..

Useful 2021.08.20

[Github] unable to access 'https://github.com/***/test.git/': The requested URL returned error: 403 오류

안녕하세요 오랜만에 깃허브를 사용하려고 하니 다음과 같은 오류가 발생했습니다. remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead. remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information. fatal: unable to access 'https://github.com/***/test.git/': The requested URL returned error: 403 8월 13일부터는 ..

Useful 2021.08.20

[Github] 초기 세팅부터 소스트리(Sourcetree) 연동까지[1]

개발환경 : Window 안녕하세요 개발환경을 새로 세팅하거나 새로운 프로젝트를 오랜만에 시작할 때 항상 헷갈리기 마련입니다 ㅠㅠ 자주 해보지 않으면 까먹고 또 검색해야 하기 때문에 정리를 해보려고 합니다 ** 이 과정은 github에 작업프로젝트를 업로드할 때 진행되는 과정입니다. 1. GitBash 설치 github를 사용하려면 제일 먼저 세팅해야하는 꼭 필요한 툴입니다. https://gitforwindows.org/ Git for Windows Git for Windows focuses on offering a lightweight, native set of tools that bring the full feature set of the Git SCM to Windows while providin..

Useful 2021.08.19