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

2021-02-08 Thread Loris Bennett
Hi, This sorted itself out. I had created a new Github token and thought that I had installed for EB, but today when I tried --check-github it the token check failed. I then installed the new token with --force and, hey presto, everything worked again. I'm not sure quite how I goofed.

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

2021-02-01 Thread Loris Bennett
Hi Alan, I just have a fork of easybuild-easyconfigs Do I need anything else to submit an EB? Cheers, Loris Alan O'Cais writes: > Hi Loris, > > Are you sure you have forked the various EB repos on GitHub with the account > you are trying to use? > > Alan > > On Mon, 1 Feb 2021 at

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

2021-02-01 Thread Alan O'Cais
Hi Loris, Are you sure you have forked the various EB repos on GitHub with the account you are trying to use? Alan On Mon, 1 Feb 2021 at 14:27, Loris Bennett mailto:loris.benn...@fu-berlin.de>> wrote: I tried regenerating the github token and registering it, but I am still getting the same

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

2021-02-01 Thread Loris Bennett
I tried regenerating the github token and registering it, but I am still getting the same error fatal: Could not read from remote repository. Please make sure you have the correct access rights The github token has the scopes repo, workflow and gist. Is anything else needed? Or is the

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

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 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 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; ") *