Clone git repo hosted on a Windows shared folder from Mac OS X
I kind of like to think that remote file system access is an OS thing, and that cloning repos is an application-level thing, so this would be my approach: You should just be able to mount that SMB share with your OS’es functions to a local directory and clone from there, instead of hoping git has a transport for SMB. How to mount: Connect to the server on your Mac. Now, on your Mac, from Finder’s Go menu, choose “Connect…