0

After failing to get set up with ssh keys I have now set up a personal access token to use with our github account.

I saved the PAT in /.ssh/my_pat.

This works in the terminal. If e.g. I type 'git push' I'm prompted for my username and and then password. If I type these in the commits are pushed to github.

My question is, can I pass a link tot he file containing the pw rather than having to type the contents of that file, the pw, each time?

2
  • 2
    Would something like this help? stackoverflow.com/questions/35942754/… Commented Oct 20, 2021 at 15:55
  • 1
    Yes this looks like what I need! I will try when I get home Commented Oct 20, 2021 at 16:46

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.