Created
October 2, 2014 22:45
-
-
Save copiousfreetime/149a97f28f6fd0822368 to your computer and use it in GitHub Desktop.
vektra-output.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Please specify a github user to pull keys from | |
jeremy@ample-3:~ ruby-2.1.2@default % ./alpha.sh copiousfreetime | |
++echo 'Booting vektra outpost instance...' | |
Booting vektra outpost instance... | |
++vektra boot | |
! Creating VM | |
+ Downloading image from vektra.com... | |
+ Image size: 1007489536 bytes | |
344.81 MB / 960.82 MB [===========================================>-----------------------------------------------------------------------------] 35.89 % 2.97 MB/s 3m27s960.82 MB / 960.82 MB [=============================================================================================================================] 100.00 % 2.78 MB/s | |
+ Image downloaded! | |
+ Booting | |
+ Machine started, verifying services available... | |
= Booted! | |
++echo 'Cloning test repo...' | |
Cloning test repo... | |
++git clone https://github.com/vektra/homesteading-note.git note | |
Cloning into 'note'... | |
remote: Counting objects: 1333, done. | |
remote: Compressing objects: 100% (30/30), done. | |
remote: Total 1333 (delta 9), reused 0 (delta 0) | |
Receiving objects: 100% (1333/1333), 338.19 KiB | 0 bytes/s, done. | |
Resolving deltas: 100% (599/599), done. | |
Checking connectivity... done. | |
++cd note | |
+++vektra -o env | |
unknown user | |
++eval | |
++GITHUB_USER=copiousfreetime | |
++vektra setup -g copiousfreetime | |
= Requesting setup on :10022... | |
dial tcp :10022: connection refused | |
++vektra addons:enable postgres | |
unknown host | |
++vektra --app note addons:bind postgres | |
unknown host | |
++vektra init -n note | |
Please specify the host to connect to | |
++echo yes | |
++git push outpost master | |
fatal: 'outpost' does not appear to be a git repository | |
fatal: Could not read from remote repository. | |
Please make sure you have the correct access rights | |
and the repository exists. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment