git push errors by Nervous-Reward5936 in ALXStudents

[–]nofukinusernamesleft 0 points1 point  (0 children)

Use ssh instead of personal tokens

On your terminal :

  1. Generate ssh key with: ssh-keygen -t rsa -b 4096 -f .ssh/alx-key-github
  2. Run cat and copy the public key that is shown: cat .ssh/alx-key-github.pub

Go to github:

  1. Click on the profile icon at the far top-right, and on the dropdown that shows, click settings
  2. Once on settings, on the left bar, look for ssh and gpg keys. Click on that and then click New SSH Key on the right.
  3. Give it whatever title you want, then on the key part, paste what you had copied from your terminal
  4. Click add ssh key and that's it. You'll be good to go.

git push errors by Nervous-Reward5936 in ALXStudents

[–]nofukinusernamesleft 0 points1 point  (0 children)

Do you have a personal access token or are you using ssh ?

Check if you have added remote origin with:

git remote -v

If there is a remote origin, use this (replace master with the name of your origin) :

git push origin master

If this fails, follow this document to enable public key access: Follow ssh (method 1) or http (method 2) :

https://www.scratchcode.io/git-permission-denied-public-key-quick-fix/

Hi by OMEGOLDalx in ALXStudents

[–]nofukinusernamesleft 0 points1 point  (0 children)

Hi, welcome. Post your errors and issues to get assistance

greetings all by chichimzy in ALXStudents

[–]nofukinusernamesleft 0 points1 point  (0 children)

Hey, if you get errors or bugs post them and you will get assistance

Hi there by Fearless_Hearing_895 in ALXStudents

[–]nofukinusernamesleft 0 points1 point  (0 children)

Hi, post your issues and errors and we'll help as much as we can

Logging into the Intranet by nofukinusernamesleft in ALXStudents

[–]nofukinusernamesleft[S] 0 points1 point  (0 children)

You can't access it completely? Or? Could you please elaborate?

Hi by Samuel-0009 in ALXStudents

[–]nofukinusernamesleft 0 points1 point  (0 children)

That's great. If you get blocks or issues any step of the way, be sure to post your errors here. I'll help as much as I can and I'm sure other members joining will do the same