Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio git checkout

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
like image 495
Johnny Doe Avatar asked Jun 11 '26 08:06

Johnny Doe


1 Answers

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

like image 86
Johnny Doe Avatar answered Jun 13 '26 21:06

Johnny Doe



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!