IT박스

무료 GitHub 계정에 공동 작업자를 추가 하시겠습니까?

itboxs 2020. 6. 26. 19:07
반응형

무료 GitHub 계정에 공동 작업자를 추가 하시겠습니까?


GitHub 계정을 만들었고 다른 사람이 나와 같이 푸시 할 수 있도록 쓰기 권한을 부여하고 싶습니다. 무료 플랜으로 공동 작업자를 추가 할 수있는 방법이 있습니까? 그렇지 않은 경우 어떻게해야합니까? (유료 계정을 구매하는 것 외에도 나중에 할 것입니다)


공동 작업자를 추가하는 방법에 대한 명확한 지침

그림은 천 단어의 가치가 있습니다. 테스트 해보자.

사진 지침 (확대하려면 클릭) :

그림

....... 그리고 비디오 / gif는 또 다른 가치가 있습니다 :

GIF 지침 (확대하려면 클릭) :

GIF 지침

잘만되면 그림 / gif로 쉽게 구성 할 수 있습니다.


공동 작업자 페이지 ( https://github.com/user/repo/settings/collaboration )로 이동하여 필요에 따라 공동 작업자를 추가하십시오.

예:

여기에 이미지 설명을 입력하십시오


무료 계획에 공동 작업자를 추가하는 것은 매우 쉽습니다.

  1. Navigate to the repository on Github you wish to share with your collaborator.
  2. Click on the "Settings" tab on the right side of the menu at the top of the screen.
  3. On the new page, click the "Collaborators" menu item on the left side of the page.
  4. Start typing the new collaborator's GitHub username into the text box.
  5. Select the GitHub user from the list that appears below the text box.
  6. Click the "Add" button.

The added user should now be able to push to your repository on GitHub.


In the repository, click Admin, then go to the Collaborators tab.


FYI for future readers. The instructions above are outdated, in particular step 2:
2. Click on Settings button


project link:

https://github.com/your_username/you_repo_name/settings

you will get a page like this, go to Collaborator and add collaborator 설정 확인 탭


예, 위의 지침은 구식입니다. 새로운 GitHub의 경우 설정 버튼을 클릭해야합니다.

또한 공동 작업자로 추가하려는 사람은 기존 GitHub 계정이 있어야합니다. 다시 말해 그는 공동 작업자의 이메일 주소를 입력하는 것만으로는 협업 요청을 보낼 수 없기 때문에 먼저 GitHub에 가입해야합니다.

참고 URL : https://stackoverflow.com/questions/7920320/adding-a-collaborator-to-my-free-github-account

반응형