-
Notifications
You must be signed in to change notification settings - Fork 316
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
Add an article about using Go + Habitat #3145
Comments
Documentation will get us there in the meantime but this experience should be as seamless and low friction to setup as possible. Related to #2099 |
Can anybody help me to pass host ssh key to studio (like while doing |
@rahulwa the best place to look for help is in the general channel of our Slack discussion. A bunch of people who are using and building Habitat are all located there! |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. We value your input and contribution. Please leave a comment if this issue still affects you. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. We value your input and contribution. Please leave a comment if this issue still affects you. |
When building a go app, treat private repos the same as any in-code dependency - you probably don’t want to package them all independently, since the go build system has hard requirements on location of the software itself.
You’ll need to inject the keys needed into the studio, and then let go dep do its thing.
You need to lay down a
.netrc
file in your studio and usehttps://
git urls everywhere.We have some code like this in our
.studiorc
files for projects that need to talk to private repos:The text was updated successfully, but these errors were encountered: