Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2014
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. Using worker: worker-mac-1.saucelabs.travis-ci.com:travis-mac_osx-19
  2. Installing an SSH key from: repository settings
  3. Key fingerprint: <fingerprint>
  4. $ git clone --depth=50 --branch=master git@github.com:path/to/repo/D.git path/to/repo/D
  5. Cloning into 'path/to/repo/D'...
  6. Warning: Permanently added 'github.com,192.30.252.129' (RSA) to the list of known hosts.
  7. remote: Counting objects: 2005, done.
  8. remote: Compressing objects: 100% (1317/1317), done.
  9. remote: Total 2005 (delta 555), reused 1587 (delta 486)
  10. Receiving objects: 100% (2005/2005), 12.95 MiB | 4.64 MiB/s, done.
  11. Resolving deltas: 100% (555/555), done.
  12. Checking connectivity... done.
  13. $ cd path/to/repo/C
  14. $ git checkout -qf <SHA-1>
  15. $ git submodule init
  16. Submodule 'path/to/repo/D' (git@bitbucket.org:path/to/repo/D.git) registered for path 'path/to/repo/D'
  17. $ git submodule update
  18. Cloning into 'path/to/repo/D'...
  19. ssh_askpass: exec(/usr/libexec/ssh-askpass): No such file or directory
  20. Host key verification failed.
  21. fatal: Could not read from remote repository.
  22. Please make sure you have the correct access rights
  23. and the repository exists.
  24. Clone of 'git@bitbucket.org:path/to/repo/D.git' into submodule path 'path/to/repo/D' failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement