摘要:
编辑Git 配置文件: vim ~/.gitconfig 修改配置文件,添加下面内容: [credential] helper = store 再触发填写一次用户名密码,就保存了。 如果系统找不到.gitconfig文件: git config --global --edit 阅读全文
posted @ 2023-10-03 22:51
童年的回忆
阅读(243)
评论(0)
推荐(0)
摘要:
主要还是站点配置文件,找到vhost下的站点配置文件,代码如下 server { listen 80; server_name www.test.com test.com; index index.html index.htm index.php; #include /usr/local/nginx 阅读全文
posted @ 2023-10-03 19:06
童年的回忆
阅读(211)
评论(0)
推荐(0)

浙公网安备 33010602011771号