latest 4 messages by cYnIxX3
+
[2020-01-26T15:14:47Z]
cYnIxX3
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'
+
[2020-01-26T15:14:47Z]
cYnIxX3
switchover to PAT?
+
[2019-09-15T16:37:01Z]
cYnIxX3
You rock! thank you!
+
[2019-09-15T15:31:22Z]
cYnIxX3
It looks as though I only get 30 branches returned when looking at https://api.github.com/repos/cynixx3/third-party-miner-installer-for-ethos/branches same if with --user. Does anyone know how I can get a full list of my repositories branches with this method?