jughyd / GitFx

Gitfx Java FX application
Apache License 2.0
18 stars 29 forks source link

Show progress indicator while cloning repository #61

Open rohitvvv opened 8 years ago

rohitvvv commented 8 years ago

I) GitFx should show a progress indicator while cloning a large URL. The application gets stuck currently.

II)Also Git provides two URL types to clone a repo.

  1. Using ssh pass phrase : git@github.com:Daytron/SimpleDialogFX.git
  2. Using https : https://github.com/Daytron/SimpleDialogFX.git The first does not work. Either prompt the user for user name password or drop support for 1 by prompting the user to enter https repo Url.
rohitvvv commented 8 years ago

Assigned to @kkasaraneni as he primarily worked on the clone feature

athiruban commented 8 years ago

I tried cloning from my bitbucket account it downloaded the .git directory only. My source files are not getting cloned. Do we support only github based urls right now?

athiruban commented 8 years ago

It would be nice if we show the error messages like can't clone - repo already exist in the local directory.

rohitvvv commented 8 years ago

@athiruban Please log a new issue if you are not able to clone a bitbuket repository with existing code.