Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
@jimhester thanks for this, looks really cool, just testing it out now on a self-hosted gitlab instance (https://gitlab.carlboettiger.info/cboettig/data).
For some reason, instead of getting prompted for my gitlab user name / password when I go to push to github, I'm just given the error:
Any ideas? I think it should be prompting for a user/password for the the gitlab, but instead it seems to just try to push directly and fails.
AFIK lfs is working as expected on gitlab, and I can still
git push gitlab masterjust fine.(Also, wasn't clear from the your directions or maybe I missed it: do you
git committhe.lfsconfigfile or.gitignoreit? (I'm guessing the latter, since I think committing it would break things for other users who might work on their own forks and who didn't have write access to the gitlab account? not quite clear how that works).