10 2022 档案
摘要:1.首先本地库要创建一个秘钥,用于本地库和远程库之间的连接 在git面板里面使用ssh-keygen,然后按几下回车,文件默认存在c盘用户目录下的.ssh目录里面 2.打开.ssh目录下的id_rsa.pub复制秘钥或在git里面打开复制 3.本地秘钥申请之后进入github.com登录,没账号点注
阅读全文
摘要:https://www.cnblogs.com/Dengv5/p/16394094.html
阅读全文
摘要:https://www.yisu.com/zixun/505209.html redis常用命令:https://blog.csdn.net/demored/article/details/123842206
阅读全文
摘要:gitgit首次安装可能需要设置用户名称和邮箱git config --global user.name "Your Name"git config --global user.email "your.email@example.com" git流程操作 初始化:git init 添加远程仓库:gi
阅读全文
摘要:https://blog.csdn.net/weixin_45060598/article/details/120686932
阅读全文
摘要:https://blog.csdn.net/qq_27093831/article/details/116426475
阅读全文
摘要:启动wamp发现图标是黄色的,apache启动未成功,cmd输入netstat -ano|findstr 80,发现80端口未占用 (若80端口占用,记住占用进程的pid ,使用taskkill /pid xxx关闭进程 ) 解决方法:cmd进入Apache的bin目录,输入httpd.exe,提示
阅读全文
摘要:错误展示: 解决方法: 一:没有composer的话要先去composer官网安装composer 安装完后记得切换国内下载源,不然下载很慢,切换命令composer config -g repo.packagist composer https://mirrors.aliyun.com/compo
阅读全文