Closed I-grok-I closed 8 months ago
We already got some developer having a similar issue. He then wrote back that there was something wrong with his local git utility configuration
@heyqbnk should i have already initialized git repository before running the npx script in terminal ?
@heyqbnk should i have already initialized git repository before running the npx script in terminal ?
Nope. Under the hood, this utility just uses the command like git clone ...
. You could try doing the same with reactjs-template:
Here is the possible solution for your problem: https://askubuntu.com/questions/45679/ssh-connection-problem-with-host-key-verification-failed-error
I have added a new update which makes CLI try to use repository HTTPS link first and then SSH link. This can also solve your problem
Telegram Application
Telegram for iOS, Telegram for macOS, Telegram Desktop
Describe the Bug
When i run "npx @tma.js/create-mini-app " after i specify directory name it shows this:
and nothing happens until i press "return" (aka "Enter") button.
Then it returns Error:
What could cause the problem ?
To Reproduce
Steps to reproduce the behavior:
Expected Behavior
I expected to get the boilerplate initialized successfully