trilbymedia / grav-plugin-git-sync

Collaboratively Synchronize your Grav `user` folder hosted on GitHub, BitBucket or GitLab
Apache License 2.0
243 stars 58 forks source link

git-sync can't connect to github/gitlab repo on setup #103

Closed leonhofmann closed 6 years ago

leonhofmann commented 6 years ago

I am not able to set up git sync properly neither via github nor gitlab. Using the wizard from my local repo it says fatal: unable to access. Port number ended with 'L'. When triggering the wizard on the server (hosted by 1&1.de) I am receiving fatal: repository not found.

I was trying to use a password first and an personal access token later.

There is php v7.2.6 installed in the 1&1 server. Also, I am using Grav v1.4.6 and Git Sync v1.0.4.

Is there some initial configuration which I need to take care of?

Thanks a lot Leon

leonhofmann commented 6 years ago

Thanks, I was able to solve the issue: I needed to use the username, not the e-mail-address. I still can't explain the two different error messages but both worked fine now.