mburns / paramount

Use Chef to configure your personal online software stack
http://mburns.github.io/paramount
Apache License 2.0
2 stars 1 forks source link

fix Travis error when berkshelf tries pulling from Github #114

Closed mburns closed 7 years ago

mburns commented 8 years ago

Resolve berkshelf using git as source of cookbooks in Travis.

An error occurred in a `before(:suite)` hook.
Failure/Error: raise GitCommandError.new(command, cache_path, response.stderr)
Berkshelf::GitCommandError:
  Git error: command `git clone git@github.com:mburns/chef-dspam.git "/home/travis/.berkshelf/.cache/git/ed86172fc34a20e9cc73cf69f0e267fd89a1e012" --bare --no-hardlinks` failed. If this error persists, try removing the cache directory at '/home/travis/.berkshelf/.cache/git/ed86172fc34a20e9cc73cf69f0e267fd89a1e012'.Output from the command:
  Cloning into bare repository '/home/travis/.berkshelf/.cache/git/ed86172fc34a20e9cc73cf69f0e267fd89a1e012'...
  fatal: Could not read from remote repository.
  Please make sure you have the correct access rights
  and the repository exists.
mburns commented 7 years ago

use https:// not git::/ as the protocol.