Skip to content

AttributeError: 'NoneType' object has no attribute 'startswith' #81

@daris

Description

@daris
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions