githubsfdeploy
githubsfdeploy copied to clipboard
Gives repository not found error when there is a dot in the repository name
Reproduce with
https://githubsfdeploy.herokuapp.com/app/githubdeploy/dhoechst/SmartFactory-for-Force.com
Found some discussion about this Spring framework issue here...
http://stackoverflow.com/questions/2079299/trying-to-create-rest-ful-urls-with-mulitple-dots-in-the-filename-part-sprin
Same here https://github.com/mbotos/Automated-Testing-for-Force.com/issues/5
For the above issue when installing the 'Automated-Testing-for-Force.com' repo I was able to resolve this issue by adding '.git' to the end of the string.
This causes an error.
Automated-Testing-for-Force.com
This does not.
Automated-Testing-for-Force.com.git
Thanks @jorge0136 for sharing!