Enter the root directory of the website
Solution 1: keep the local changes and stop merging – & gt; Re merge – & gt; Pull again
$:git merge --abort
$:git reset --merge
$:git pull
Solution 2: discard the local code, and the remote version will cover the local version (be careful)
$:git fetch --all //Repulling
$:git reset --hard origin/master //git reset --hard reverts master back to origin/master and ignores all new commits
$:git fetch
Read More:
- [PHP] __autoload function will be called when class_exists does not exist
- [Solved] Fatal error: Class ‘think\Container‘ not found & [InvalidArgumentException] Could not find package
- [PHP] php8 jit does not support 32-bit systems WARNING: JIT not supported by host architecture
- PHP Error Object of class mysqli could not be converted to string in
- Mac PHP Fatal error: Class ‘Memcache’ not found
- [Solved] PostgreSQL configure: error: readline library not found
- [Solved] Fatal error: Uncaught Error: Class ‘Imagick‘ not found
- Mac installs the php Swoole extension and appears Enable openssl support, require openssl library or fatal error:’openssl/ssl.h’ file not found
- [Solved] PHP Fatal error: Uncaught Error: Class ‘Redis‘ not found in
- PHP php-config is not installed error in ubuntu 16 [How to Solve]
- Syntax error: typeerror: about installing sass in vue3 this.getOptions is not a function
- laravel The Process class relies on proc_open, which is not available on your PHP installation.
- Using $this when not in object context in (How to Fix)
- [Solved] Laravel admin Error: Symfony\Component\Debug\Exception\FatalThrowableError : Class ‘Doctrine\DBAL\Driver\PDOMySql\Driver’ not found
- [Solved] PHPMailer Failed to Send Email: SMTP Error: Could not connect to SMTP host.
- [Solved] yii error: Setting unknown property: yii\console\Request: :cookieValidationKey
- PHP file download, download failed, nginx open() nginx / fastcgi_ temp/2/10/0000000102“ failed (13: Permission denied)
- [Solved] PHP getimagesize(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL
- PHP error in Windows: class’ mysqli ‘not found
- [Solved] has been blocked by CORS policy: Response to preflight request doesn‘t pass access control check: No