We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fehlermeldung
[Deployer\Exception\RuntimeException (1)] The command "export APP_ENV='prod'; command -v 'git'" failed. Exit Code: 1 (General error)
Lösung
host() ->set('bin/git', '/usr/bin/git')
[hostname] < bash: rsync: command not found [hostname] < rsync: connection unexpectedly closed (0 bytes received so far) [sender] [hostname] < rsync error: error in rsync protocol data stream (code 12) at /BuildRoot/Library/Caches/com.apple.xbs/Sources/rsync/rsync-52.200.1/rsync/io.c(453) [sender=2.6.9] ➤ Executing task deploy:failed
rsync installieren
/current/public
current
public
bin/console ydeploy::...
In sql.php line 90: Could not connect to database In sql.php line 117: SQLSTATE[HY000] [2002] No such file or directory
Lösung Man muss dafür sorgen, dass man in der conole überhaupt die php-version aus mamp nutzt und nicht die default PHP-Version von macOS
https://gist.github.com/irazasyed/5987693
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Git
Fehlermeldung
Lösung
Rsync
Fehlermeldung
Lösung
/current/public
kann der Domain nicht zugewiesen werden (Symlinks werden nicht angezeigt)current
via FTP löschencurrent
erstellenpublic
innerhalbcurrent
erstellen/current/public
zuweisen und speicherncurrent
via FTP löschenbin/console ydeploy::...
nur wenn Mamp genutzt wirdFehlermeldung
Lösung
Man muss dafür sorgen, dass man in der conole überhaupt die php-version aus mamp nutzt und nicht die default PHP-Version von macOS
https://gist.github.com/irazasyed/5987693
The text was updated successfully, but these errors were encountered: