norsys / rothenberg

Rothenberg allows a developer to create or maintain a Symfony application or bundle very easily and without installing anything on his workstation.
Other
24 stars 14 forks source link

Error `No rule to make target 'vendor/norsys/rothenberg/resources/env/utils.mk` #8

Closed mageekguy closed 7 years ago

mageekguy commented 7 years ago
wget -O - https://github.com/norsys/rothenberg/raw/master/install.sh | sh
--2017-11-09 11:42:48--  https://github.com/norsys/rothenberg/raw/master/install.sh
Resolving github.com... 192.30.253.112, 192.30.253.113
Connecting to github.com|192.30.253.112|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://raw.githubusercontent.com/norsys/rothenberg/master/install.sh [following]
--2017-11-09 11:42:49--  https://raw.githubusercontent.com/norsys/rothenberg/master/install.sh
Resolving raw.githubusercontent.com... 151.101.112.133
Connecting to raw.githubusercontent.com|151.101.112.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1454 (1.4K) [text/plain]
Saving to: ‘STDOUT’

-                                                                     100%[=======================================================================================================================================================================>]   1.42K  --.-KB/s    in 0s      

2017-11-09 11:42:50 (55.5 MB/s) - written to stdout [1454/1454]

./composer.json has been created
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 1 install, 0 updates, 0 removals
  - Installing norsys/rothenberg (dev-master 89437fb): Cloning 89437fbcbb
    Failed to download norsys/rothenberg from source: Failed to clone https://github.com/norsys/rothenberg.git via https, ssh protocols, aborting.

- https://github.com/norsys/rothenberg.git
  Cloning into '/src/vendor/norsys/rothenberg'...
  fatal: unable to access 'https://github.com/norsys/rothenberg.git/': gnutls_handshake() failed: Public key signature verification has failed.

- git@github.com:norsys/rothenberg.git
  Cloning into '/src/vendor/norsys/rothenberg'...
  Could not create directory '/root/.ssh'.
  Warning: Permanently added 'github.com,192.30.253.113' (RSA) to the list of known hosts.
  Load key "/.ssh/": Is a directory
  git@github.com: Permission denied (publickey).
  fatal: Could not read from remote repository.

  Please make sure you have the correct access rights
  and the repository exists.

    Now trying to download from dist
  - Installing norsys/rothenberg (dev-master 89437fb): Downloading (100%)         
Writing lock file
Generating autoload files
vendor/norsys/rothenberg/install.mk:6: vendor/norsys/rothenberg/resources/env/utils.mk: No such file or directory
make: *** No rule to make target 'vendor/norsys/rothenberg/resources/env/utils.mk'.  Stop.
mageekguy commented 7 years ago

Fixed by c49f1218cca27e29e66e3f1042554fd2a78277c1.