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

git cache and public repository error in bad network #156

Closed
LeoDT opened this issue Jul 24, 2015 · 1 comment
Closed

git cache and public repository error in bad network #156

LeoDT opened this issue Jul 24, 2015 · 1 comment
Assignees
Labels
Milestone

Comments

@LeoDT
Copy link

LeoDT commented Jul 24, 2015

I'm in a bad netword situation, so git clone github/xxx/xxx may fail or timeout. but the public package infomation has saved in the repository file. so I must delete it and try again.

I think the package should write into the file after git clone finished?

@spoco2
Copy link

spoco2 commented Jul 28, 2015

Yeah, similar issue here. Although I think this happens even when there's no 'timeout' as such, it can happen even when it just takes a while for the package to download.

The web interface will show the package, but with no information, bower install will fail because it can't resolve any information...

It needs to handle things better in regards to taking time to download packages.

Initial startup of an instance of private-bower seems to need a number of calls to it before it's finally loaded and cached the content.

This is when I'm setting it to locally cache content within its own git repo, because that's the behaviour we want from it.

It does work after calling it a number of times though, it finally pulls down the packages.

@Hacklone Hacklone added the bug label Jul 28, 2015
@Hacklone Hacklone added this to the 1.1.2 milestone Aug 1, 2015
@Hacklone Hacklone self-assigned this Aug 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants