Skip to content
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

If the repo does not end in .git, cannot process the remote repo #17

Closed
grovesy opened this issue May 22, 2020 · 1 comment
Closed

If the repo does not end in .git, cannot process the remote repo #17

grovesy opened this issue May 22, 2020 · 1 comment
Assignees
Labels
bug Something isn't working protocol Everything related with the developer (git) experience
Milestone

Comments

@grovesy
Copy link
Member

grovesy commented May 22, 2020

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

@grovesy grovesy added this to the MVP milestone Jan 27, 2021
@grovesy grovesy added the bug Something isn't working label Jan 27, 2021
@grovesy grovesy self-assigned this Jan 27, 2021
@maoo maoo added the protocol Everything related with the developer (git) experience label Nov 6, 2023
@JamieSlome
Copy link
Member

Addressed in #335. Closing this issue 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working protocol Everything related with the developer (git) experience
Projects
None yet
Development

No branches or pull requests

3 participants