Remote Path: /
Use SSL? n
Should I write ftp details to .git/ftpdata? y
INFO: Base directory is /
Traceback (most recent call last):
File "/Users/programista/bin/git-ftp.py", line 489, in <module>
main()
File "/Users/programista/bin/git-ftp.py", line 163, in main
gitftpignore = os.path.join(repo.working_dir, options.ftp.gitftpignore)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/posixpath.py", line 75, in join
if b.startswith('/'):
AttributeError: 'NoneType' object has no attribute 'startswith'
I got this after configuring ftp details. Running again git-ftp.py worked (it uploaded new changes). OSX Yosemite