Jiawen Geng
Jiawen Geng
The `Error: spawn ENOTDIR` error occured, I think it's because `__dirname` is inside asar. The error `fatal: Unable to find remote helper for 'https'` I think maybe it's because git-clone...
I don't quite follow you, If i replace the `__dirname` with a valid dir, I get the error `fatal: Unable to find remote helper for 'https'`, not `ERROR spawn ENOTDIR`....
You won't believe it, change the repo url to http, and everything works...
I am not following you again, https still not works for now. Why would http and https works on `npm run dev`, but https not works on `npm run build:dir`.
I see, it's not bunding git-remote-https.
set `"asar": false` works :)
As you might know, I have fork the desktop and change the packager to electron-builder to use travis to build linux distro. To achieve this , do i need to...
Okay, but i will stay with electron-builder since it has many convenient feature, such as publish to github release and aws.
Hey, I find that on desktop, You need to change the source code this to make it it work, it looks like the `__dirname` is different frome `vue-dugite`. Any thought...
You can use yarn to install global packages. Also I don't think there is need to add another user. Also gradle too, since we have gradle wrapper.