Re: [easybuild] Github integration failing: could not read from remote repository

2021-01-29 Thread Kenneth Hoste
Dear Loris, On 29/01/2021 08:55, Loris Bennett wrote: Hi, My GitHub integration is failing: * GitHub user...mygithubusername => OK Please enter password for encrypted keyring: * GitHub token... 18b..089 (len: 40) => OK (validated) * git command...OK ("git version 1.8.3.1; ") *

Re: [easybuild] Github integration failing: could not read from remote repository

2021-01-29 Thread Loris Bennett
Dear Kenneth, Kenneth Hoste writes: > Dear Loris, > > On 29/01/2021 08:55, Loris Bennett wrote: >> Hi, >> >> My GitHub integration is failing: >> >>* GitHub user...mygithubusername => OK >>Please enter password for encrypted keyring: * GitHub token... >>18b..089 (len: 40) => OK

Re: [easybuild] Github integration failing: could not read from remote repository

2021-01-29 Thread Åke Sandgren
Looks like a problem with your github token, not your ssh key. On 1/29/21 1:20 PM, Loris Bennett wrote: > Hi Jakob, > > Jakob Schiøtz writes: > >> Hi Loris, >> >> I have seen problems like that if the right modules are not installed in the >> Python installation used by Easybuild, i.e. the

Re: [easybuild] Github integration failing: could not read from remote repository

2021-01-29 Thread Loris Bennett
Hi Jakob, Jakob Schiøtz writes: > Hi Loris, > > I have seen problems like that if the right modules are not installed in the > Python installation used by Easybuild, i.e. the system-wide Python > installation > (possibly a Python 2 installation). It is something related to a keyring, > but I

Re: [easybuild] Github integration failing: could not read from remote repository

2021-01-29 Thread Jakob Schiøtz
Hi Loris, I have seen problems like that if the right modules are not installed in the Python installation used by Easybuild, i.e. the system-wide Python installation (possibly a Python 2 installation). It is something related to a keyring, but I can no longer remember what it was. However,

Re: [easybuild] Github integration failing: could not read from remote repository

2021-01-29 Thread Åke Sandgren
Yeah, I might have misread the actual problem. Concentrating too much on the ongoing EUM'21... On 1/29/21 2:44 PM, Loris Bennett wrote: > Hi Åke, > > Åke Sandgren writes: > >> Looks like a problem with your github token, not your ssh key. > > You may well be right. In the GitHub docs it says

Re: [easybuild] Github integration failing: could not read from remote repository

2021-01-29 Thread Loris Bennett
Hi Åke, Åke Sandgren writes: > Looks like a problem with your github token, not your ssh key. You may well be right. In the GitHub docs it says Personal access tokens can only be used for HTTPS Git operations. If your repository uses an SSH remote URL, you will need to switch the