While trying new android ide i meet a problem when i can't import progect from local server git repository (\server\git-repo\android\progect). In Eclipse EGit plugin everything works fine.
Clone Failed
fatal: repository '\\server\git-repo\android\progect\' does not exist
Solution was found here Problem is that Android Studio(i.e. IntelliJ IDEA) uses git and git doesn't work with back slashes.
Correct path will be //server/git-repo/android/progect/
This is seems to be not a problem for git users, but can cause some problems for developers which use Eclipse+EGit
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With