-
|
To clone your Github repository, you need to make your Personal Access Token When you are doing So I went to make a token, but if you see the screen, there are two options:
Also, you can see many permissions or scopes that you would select or not. I don't know which permission or scope I should select so that it will be helpful for this class. I expect I should check 'repo' scope, but for others, I'm not too sure. If someone already finished this task, please give me a good advice! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
+ I selected all scopes, at the end. P.S. While you setup tech, there are more things you need to do than just For example, some bloggers says to set branch as "master" but now the branch we have originally is not "master" but "main". So when you set your origin branch, you might need to use the word "main". However, I mainly searched Korean users' blogs so it may be different and less updated from English or German google results. |
Beta Was this translation helpful? Give feedback.
-
|
To answer the original question: repo scope is sufficient. More information at:
Feel free to use any code editor you like. I use Spyder and VS Code, whereas the latter has the neat Git(/Hub) integration that @olyafrontend mentioned in her comment. |
Beta Was this translation helpful? Give feedback.
-
|
Regarding the "main" / "master" discussion, see: https://github.com/github/renaming (PS: feel free to open a new discussion for each question, which makes the Q&A more useful in the future.) |
Beta Was this translation helpful? Give feedback.




To answer the original question: repo scope is sufficient. More information at:
Feel free to use any code editor you like. I use Spyder and VS Code, whereas the latter has the neat Git(/Hub) integration that @olyafrontend mentioned in her comment.