This may seem like a dumb question, but the documentation is not very clear on this, and from some of the GitHub tickets it seems like they only whitelist certain hosts, so maybe you can confirm for me:
Can I clone a Git repository from my own private host? In other words, something like:
git clone ssh://user@myhost/repo.git
from the workspace? Currently it times out when I try that.