Horje
remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead. Code Example
Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
1. Follow this link
https://github.com/settings/tokens
2. Personal access tokens -> generate token -> fill out form and generate token

In Command Line:
3. git remote set-url origin https://<Username>:<token>@github.com/<Username>/<YourRepo>.git
4. git push origin master
remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
# Install new Github CLI
curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo gpg --dearmor -o /usr/share/keyrings/githubcli-archive-keyring.gpg
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | sudo tee /etc/apt/sources.list.d/github-cli.list > /dev/null
sudo apt update
sudo apt install gh

# Login
gh auth login




Shell

Related
apt get update upgrade linux Code Example apt get update upgrade linux Code Example
show public ip Code Example show public ip Code Example
how to install .whl file in windows 10 Code Example how to install .whl file in windows 10 Code Example
removing duplicate input from a file in the command line Code Example removing duplicate input from a file in the command line Code Example
how to copy file in root directory Code Example how to copy file in root directory Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11