-
-
Notifications
You must be signed in to change notification settings - Fork 35
error: colon in url path #44
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
Comments
I have the same issue. |
I have the same issue, did you find a solution? |
@proapi, no I did not find any solution at the moment. |
This is actually a bug with some go pkg so use this image instead: More information here: #40 Hope that helps! |
replace [email protected]:fh-trier/latex-templates.git with ssh://[email protected]/fh-trier/latex-templates.git |
I've two repositories with identical steps: - name: git-push
image: appleboy/drone-git-push
settings:
ssh_key:
from_secret: github_ssh_key
remote: "${DRONE_GIT_SSH_URL}"
when:
branch:
- master One of them pushes successfully, other complains about the colon-in-url. What gives? |
Uh oh!
There was an error while loading. Please reload this page.
Hey, I get the following error when I want to push the code on github.
https://drone.cryptic.systems/fh-trier/latex-templates/8/1/3
Here is my defined drone.yml section:
Can someone explain to me where the error is? I think I have set it up as described in the documentation or is it out of date?
Volker
The text was updated successfully, but these errors were encountered: