Advertisement
Guest User

Untitled

a guest
Apr 27th, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. $ git submodule update --init
  2. Cloning into '/home/erik/go/src/nacl/vendor/golang.org/x/crypto'...
  3. fatal: '/home/erik/git/github.com/golang/crypto.git' does not appear to be a git repository
  4. fatal: Could not read from remote repository.
  5.  
  6. Please make sure you have the correct access rights
  7. and the repository exists.
  8. fatal: clone of 'file:///home/erik/git/github.com/golang/crypto.git' into submodule path '/home/erik/go/src/nacl/vendor/golang.org/x/crypto' failed
  9. Failed to clone 'vendor/golang.org/x/crypto'. Retry scheduled
  10. Cloning into '/home/erik/go/src/nacl/vendor/golang.org/x/crypto'...
  11. fatal: '/home/erik/git/github.com/golang/crypto.git' does not appear to be a git repository
  12. fatal: Could not read from remote repository.
  13.  
  14. Please make sure you have the correct access rights
  15. and the repository exists.
  16. fatal: clone of 'file:///home/erik/git/github.com/golang/crypto.git' into submodule path '/home/erik/go/src/nacl/vendor/golang.org/x/crypto' failed
  17. Failed to clone 'vendor/golang.org/x/crypto' a second time, aborting
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement