Open JacobDB opened 9 years ago
hi @revxx14 , git-ftp was implemented by @FezVrasta so maybe he can help in here
@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.
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.
Error: fatal: Could not get last commit. Network down? Wrong URL? Use 'git ftp init' for the inital push., exiting...
git ftp init
, I getfatal: Remote host not set.
.git ftp init -u ftpuser -p ftppass example.com/public_html
, the remote sets up correctly and pushes. Going back to brackets-git, refreshing Brackets, and checking for Git-FTP remotes just lists "Create new Git-FTP Remote..."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.