问题
I`m having a problem with cloning github repository using Aptana Studio 3. I selected Fil -> Import -> Git Repository. I have a repo at https://github.com/justmyfreak/PHP-RSS. I tried to add uri by using the url https://github.com/justmyfreak/PHP-RSS but it said that Failed to import via git clone. Thanks
回答1:
Try with git://github.com/justmyfreak/PHP-RSS.git
or https://github.com/justmyfreak/PHP-RSS.git
. I think you just forgot the .git
来源:https://stackoverflow.com/questions/7439698/aptana-3-github-clone-repository-fail