message no. 176701
Posted by cYnIxX3 in #github at 2020-01-26T15:14:47Z
Hello, I have an installer script that pulls installation data from github through git api calls with curl, some users add their git login info in order to install more than 30 times (installer uses 2 api calls per install.) Now I am getting a message that Github will "deprecate basic authentication using password" and that I should look into PAT. PAT is confusing me, is there anyone that can assist with 'curl --user gituser:gitpass'