-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deploy to personal repo #1278
Comments
Delete the local repo, it's in |
I am in |
To be clear, It works and run completely fine locally, my problem is the deploy/github part. |
What do you mean with
Is "sha" referring to git commit sha? What is the precise error you see? Could it be that your local and remote repo have diverged? I think that's what @giordano was hinting at when he suggested to delete the local repo, i.e. |
Hi
I browsed the issues and saw some slightly related but nothing that actually provides a solution. While I am workingto get my jll in Yggdrasil and automate the process, I am in the meantime working with my personal repo to put the binary wrapper. However, it looks like BinaryBuilder.jjl has
user/passwd
hardcoded as the authentification method so I cannot usedeploy=myrepo
as it throws credentials errorsIt would be very useful to use something like what
Pkg
is using so that users configuration are respected. I also tried to bypass it by doingdeploy="local"
then push by hand but the sha end up completely messed up so it doesn't work neither.Lemme know ifg I missed something or if there is a solution discussed somewhere.
The text was updated successfully, but these errors were encountered: