清除Laravel(终端)中的缓存登录运行laravel应用程序的系统并打开终端。然后导航到Laravel应用程序代码。在这里,就可以使用以下命令来清除缓...
pwd 显示工作路径 shutdown -h now 关闭系统 /halt 关闭系统 shutdown -r now 重启 / reboot 重启...
Apache伪静态:# Mod_security can interfere with uploading of content such as a...
CentOS6关闭防火墙使用以下命令,//临时关闭 service iptables stop //禁止开机启动 chkconfig iptable...
欢迎来到CXCBLOG
-
2024年10月12日
先ffmpeg -version 看一下ffmpeg是否正常
-
2024年09月14日
先ffmpeg -version 看一下ffmpeg是否正常输出
-
2024年08月02日
看看
-
2024年06月27日乾坤堂主站
location / {
include enable-php-72.conf;index app.php; try_files $uri @rewriteapp;
}
location @rewriteapp {rewrite ^(.*)$ /app.php/$1 last;
}
乾坤堂论坛location /bbs {
include enable-php-81.conf;try_files $uri $uri/ /bbs/index.php;
}
location ~^(/page/).*(.php)$ {
include enable-php-81.conf;try_files $uri $uri/ /bbs/index.php;
}
location /bbs/api/ {
include enable-php-81.conf;
if (!-e $request_filename){rewrite ^/api/(.*)$ /bbs/api/index.php;
}
} -
其他方法:
解决方案:1依次执行以下命令就可以正常使用
git config --global --unset http.proxy
git config --global --unset https.proxy
方法2.打开终端在终端中执行以下命令就可以了。
git config--global--addremote.origin.proxy""
方法3.若第一种方法输入命令不管用,可以尝试先输入下边命令,然后在执行第一种方法的命令。
git config--globalhttp.sslBackend"openssl"
git config--global--addremote.origin.proxy""
-
2024年05月01日
散步
-
2024年04月29日
-
2024年04月24日
时间过的太快了!
-
2024年04月24日
哈喽大家好,欢迎来到CXCBLOG朋友圈!
-
2024年04月24日
哈喽大家好,欢迎来到CXCBLOG时光机!