请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

Leaf下载和安装问题. 给后面遇到问题的一个提醒

git clone git@github.com:Meituan-Dianping/Leaf.git
照着老师打,可能还会出现这些问题:

git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights

换一种方法https
git clone https://github.com/Meituan-Dianping/Leaf.git
这种就很快就成功了。

正在回答 回答被采纳积分+3

2回答

提问者 音乐流星 2020-10-30 19:18:19

美团github那几条命令又改了,跳过测试的命令也不一样,按照它的来不成功的。 以下是我成功的:

git clone https://github.com/Meituan-Dianping/Leaf.git

cd Leaf

git checkout feature/spring-boot-starter

mvn clean install -Dmaven.test.skip=true

1 回复 有任何疑惑可以回复我~
  • 总之是进入目录,切换分支,打包
    回复 有任何疑惑可以回复我~ 2020-11-02 20:30:11
  • 美团那条命令使用的是SSH的clone,需要配置SSH key才可以下载,你使用的是https的,所以输入个账号密码就可以,以上个人理解。
    回复 有任何疑惑可以回复我~ 2020-11-23 09:19:05
  • 社哥 #3
    记录下我执行这些指令遇到的坑:
    最后mvn clean install的时候, 如果用的是win10的powershell, 需要将-Dmaven.test.skip=true用双括号括起来, 否则会不识别. 即:
    ```shell
    mvn clean install "-Dmaven.test.skip=true"
    ```
    回复 有任何疑惑可以回复我~ 2023-03-11 11:10:08
廖师兄 2020-11-23 14:48:31
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

这是你电脑配置的问题。

0 回复 有任何疑惑可以回复我~

相似问题

登录后可查看更多问答,登录/注册

问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信