We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Take a local repo add a remote e.g. git remote add proxy http://localhost:3000/finos/datah.git
Make a push through the proxy -- ok
git push proxy
__remove the remote __
git remote remote proxy
Add the remote back without the .git ending
git remote add proxy http://localhost:3000/finos/datahub git push proxy # errors with 500
The proxy is parsing the URL be looking for .git
The text was updated successfully, but these errors were encountered:
Addressed in #335. Closing this issue 👍
Sorry, something went wrong.
grovesy
No branches or pull requests
Take a local repo
add a remote e.g. git remote add proxy http://localhost:3000/finos/datah.git
Make a push through the proxy -- ok
__remove the remote __
Add the remote back without the .git ending
The proxy is parsing the URL be looking for .git
The text was updated successfully, but these errors were encountered: