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
When setting the git url to 'git://[email protected]:owner/repo.git' librarian-chef just hangs on
[Librarian] Resolving docker_hub (>= 0) <git://[email protected]/mattr-co/chef-docker_hub.git#master> [Librarian] Checking manifests
When the user@ is not there it is unable to find the repo completely.
#!/usr/bin/env ruby #^syntax detection site 'http://community.opscode.com/api/v1' cookbook 'chef-client' cookbook 'docker_hub', :git => 'git://[email protected]/mattr-co/chef-docker_hub.git'
librarian-0.1.2 librarian-chef-0.0.4
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When setting the git url to 'git://[email protected]:owner/repo.git' librarian-chef just hangs on
When the user@ is not there it is unable to find the repo completely.
The text was updated successfully, but these errors were encountered: