Github cơ bản
Contents
1. Rename Repository
- On GitHub, navigate to the main page of the repository.
- Under your repository name, click Settings.
- Under the Repository Name heading, type the new name of your repository.
- Click Rename. You’re done!
2. Lộ trình tôi học git
3. Sử dụng Personal Access Tokens
Từ ngày 13/08/2021. Github chính thức không cho phép đăng nhập bằng mật khẩu mà sử dụng Personal Access Tokens thay cho mật khẩu.
Chi tiết lấy access token và cấu hình: https://200lab.io/blog/cach-giai-quyet-loi-password-authentication-github/
Lưu ý nhỏ: Trước khi generate token cần chọn quyền Repo nhé! Nếu không không push code được đâu.
3.1 Tạo Personal Access Token trên Github
Từ tài khoản Github của bạn, đi đến Settings => Developer Settings => Personal Access Token => Generate New Token (cung cấp mật khẩu của bạn) => Fillup the form => click Generate token => Copy the generated Token, nó sẽ kiểu như thế này: ghp_sFhFsSHhTzMDreGRLjmks4Tzuzgthdvfsrta
3.2 Add Credential Windows OS
Đi đến Credential Manager từ Control Panel => Windows Credentials => find git:https://github.com
=> Edit => Thay Password bằng Github Personal Access Token của bạn => Vậy là hoàn tất.