摘要: 1.下载cygwin 2.在cygwin下载git和openssh_server 3.设置远程机器登录linux服务器不需要密码认证 1)执行ssh-host-config 2)找到服务,拉起sshd服务 3)把本地生成的公钥提交到gitlab的ssh_key添加 4)Git clone从gitla 阅读全文
posted @ 2021-01-08 14:52 沃德 阅读(174) 评论(0) 推荐(0)
摘要: govendor initError: CreateFile src: The system cannot find the file specified. 解决方法:在D:\GO\gopath\src\test目录下面新建src目录,执行govendor init成功,当前目录下面会新生成一个ve 阅读全文
posted @ 2019-10-16 16:11 沃德 阅读(1305) 评论(1) 推荐(0)
摘要: 执行bee run -gendoc=true -downdoc=true 生成接口失败 因为src\github.com\astaxie\beego\logs下面缺少AccessLogRecord结构体所在的文件 下载文件地址在https://github.com/s1377427321/mySer 阅读全文
posted @ 2019-10-14 14:49 沃德 阅读(1605) 评论(0) 推荐(0)