Last updated 1 year ago
Was this helpful?
phpunit이 설치가 안되어 있다면:
phpunit
composer require phpunit/phpunit --dev
phpunit이 설치가 되어 있다면:
composer remove phpunit/phpunit --dev composer require phpunit/phpunit --dev
WKWebpagePreferences의 를 .mobile로 설정.
WKWebpagePreferences
.mobile
맥을 업데이트하고 gpg: WARNING: no command supplied 워닝이 나오고 푸쉬가 되지 않을 때에는 이렇게 해 본다.
gpg: WARNING: no command supplied
git config --global gpg.program "/usr/local/bin/gpg"