You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
If I setup git-sync with username and password it works well on my gitlab self hosted.
But it don't work with a token.
I have this error : Failed to save entry: fatal: could not read Password for 'https://{password}@git.mydomain.fr': No such device or address
I tried lots of things but nothing works.
On the same server, with the user grav, I tried : git clone https://oauth2:[email protected]/group/project.git
and it works.
I did a commit : it works
What am I doing wrong ?
Thanks
The text was updated successfully, but these errors were encountered:
Hello,
If I setup git-sync with username and password it works well on my gitlab self hosted.
But it don't work with a token.
I have this error :
Failed to save entry: fatal: could not read Password for 'https://{password}@git.mydomain.fr': No such device or address
I tried lots of things but nothing works.
On the same server, with the user
grav
, I tried :git clone https://oauth2:[email protected]/group/project.git
and it works.
I did a commit : it works
What am I doing wrong ?
Thanks
The text was updated successfully, but these errors were encountered: