expo init not working

npm is running behind a corporate proxy on a windows machine
im trying to create a project with
expo init testapp
after selecting expo-template-link and hitting enter
it shows [11:53:37] Extracting project files… then exit
but the folder testapp remains empty

i tried running npm i expo-template-blank
it fails with
npm ERR! C:\Users\username\AppData\Local\Programs\Git\cmd\git.EXE ls-remote -h -t ssh://git@github.com/expo/react-native-maps.git

although this command works for me
git.EXE ls-remote -h -t http://github.com/expo/react-native-maps

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.