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

How can I add package which in private git repo ? #248

Open
AbdoDabbas opened this issue Jul 15, 2016 · 3 comments
Open

How can I add package which in private git repo ? #248

AbdoDabbas opened this issue Jul 15, 2016 · 3 comments

Comments

@AbdoDabbas
Copy link

How can I add a package which located in private git repository ?
How can I send credentials when private-bower tries to pull the bower.json from that repo ?

@cjsfj
Copy link

cjsfj commented Jul 15, 2016

Use the git:// style URL for the repo and install a github ssh key on your private-bower server

@AbdoDabbas
Copy link
Author

@cjsfj I'm deploying the private-bower on Windows Server 2012, it's not giving me a prompt to login.

@PatrickWalker
Copy link

Might come down to your git server type. For example we have used a gitolite server in work and used the ssh:// type url. This then uses your key in the .ssh folder in your users home directory to do promptless/passwordless authentication

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants