2015-03-10 11 views
6

Próbuję wdrożyć aplikację rails 3 przy użyciu instancji AWS. Do wdrożenia używam usług opsworks, a także uzyskuję dostęp do prywatnego repozytorium github do wdrożenia. Po uruchomieniu instancji otrzymujemy następujące błędy.Amazon AWS - Fatal: nie można odczytać nazwy użytkownika dla "https://github.com": Brak takiego urządzenia lub adresu

[2015-03-10T04:34:32+00:00] INFO: Running queued delayed notifications before re-raising exception 
[2015-03-10T04:34:32+00:00] ERROR: Running exception handlers 
[2015-03-10T04:34:32+00:00] ERROR: Exception handlers complete 
[2015-03-10T04:34:32+00:00] FATAL: Stacktrace dumped to /var/lib/aws/opsworks/cache.stage1/chef-stacktrace.out 
[2015-03-10T04:34:32+00:00] ERROR: git[Download Custom Cookbooks] (opsworks_custom_cookbooks::checkout line 29) had an error: Mixlib::ShellOut::ShellCommandFailed: Expected process to exit with [0], but received '128' 
---- Begin output of git ls-remote "https://github.com/user_name/repository.git" HEAD ---- 
STDOUT: 
STDERR: fatal: could not read Username for 'https://github.com': No such device or address 
---- End output of git ls-remote "https://github.com/user_name/repository.git" HEAD ---- 
Ran git ls-remote "https://github.com/user_name/repository.git" HEAD returned 128 
[2015-03-10T04:34:32+00:00] FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited unsuccessfully (exit code 1) 

Proszę o pomoc.

Odpowiedz

Powiązane problemy