wechat-miniprogram / wechat-miniprogram/miniprogram-demo
初始化代码失败 Host key verification failed.
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 7.2k
- Forks
- 2.2k
- Avg merge
- 10h 34m
- Merged PRs (30d)
- 2
Description
无法下载 awesome-skyline
运行
npm run init
输出
D:\Develop\WeChatProjects\miniprogram-demo>npm run init
> miniprogram-demo@1.0.0 init
> npm run sync && cd cloudfunctions/ && npm i --production && cd ../miniprogram/ && npm i --production
> miniprogram-demo@1.0.0 sync
> git submodule update --init --recursive
Cloning into 'D:/Develop/WeChatProjects/miniprogram-demo/miniprogram/packageSkylineExamples'...
Host key verification failed.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
fatal: clone of 'git@github.com:wechat-miniprogram/awesome-skyline.git' into submodule path 'D:/Develop/WeChatProjects/miniprogram-demo/miniprogram/packageSkylineExamples' failed
Failed to clone 'miniprogram/packageSkylineExamples'. Retry scheduled
Cloning into 'D:/Develop/WeChatProjects/miniprogram-demo/miniprogram/packageSkylineExamples'...
Host key verification failed.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
fatal: clone of 'git@github.com:wechat-miniprogram/awesome-skyline.git' into submodule path 'D:/Develop/WeChatProjects/miniprogram-demo/miniprogram/packageSkylineExamples' failed
Failed to clone 'miniprogram/packageSkylineExamples' a second time, aborting
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the failure with npm run init, then follow npm run sync to the submodule configuration for miniprogram/packageSkylineExamples. Check how it references git@github.com:wechat-miniprogram/awesome-skyline.git and verify the setup on a clean checkout. Done means the submodule downloads successfully and the initialization command completes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, javascript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 40/100