Balaji0406

Cadet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2023
09:57 AM
- 1,955 Views
remote : Permission to user.git denied
I m trying to e-learn this DO180 kubernates course I got struck
git push --set-upstream origin testbranch
remote: permission to user/DO180-apps.git denied to the user I have no idea about how git works . Need your help to further proceed with the course
which says
[student@workstation ~]$ cd DO180-apps [student@workstation DO180-apps]$ git status # On branch master nothing to commit, working directory clean
Create a new branch to test your new personal access token.
[student@workstation DO180-apps]$ git checkout -b testbranch Switched to a new branch testbranch
Make a change to the TEST file and then commit it to Git.
[student@workstation DO180-apps]$ echo "DO180" > TEST [student@workstation DO180-apps]$ git add . [student@workstation DO180-apps]$ git commit -m "DO180" ...output omitted...
Push the changes to your recently created testing branch.
[student@workstation DO180-apps]$ git push --set-upstream origin testbranch Username for https://github.com:
Password for https://yourgituser@github.com:
...output omitted...
Enter your GitHub username,
Enter your personal access token.
0 Replies
Join the discussion
You must log in to join this conversation.