brackets-userland / brackets-git

brackets-git — git extension for adobe/brackets
Other
656 stars 192 forks source link

git-ftp doesn't work correctly #1178

Open JacobDB opened 9 years ago

JacobDB commented 9 years ago

I just discovered git-ftp and I was super excited to try it out. Unfortunately it looks like your extension doesn't work with it properly. I'm not sure what exactly the issue is.

Considering I can get it to work via command line, maybe it'd be better to prompt the user for username, password, and URL, rather than the combo ftp:// URL you currently ask for.

zaggino commented 9 years ago

hi @revxx14 , git-ftp was implemented by @FezVrasta so maybe he can help in here

macbookandrew commented 9 years ago

@revxx14 I’ve had issues sometimes with special characters in the password; enclose it with quotes or double quotes and that might help. You can also manually edit the .git/config file under the [git-ftp] section if needed.