[已解决] 点击自助开发, 弹出初始化自助开发错误窗口

点击自助开发(beta)弹出 初始化自助开发错误 窗口。 同事的正常,我的以前正常
窗口内容:
initTaskList fail : error in 4
0: TaskBasic succeeds to do . message : don’t need Certification
1: Task_OpenKey succeeds to do . message : it is actived
2: Task_CodingAccount succeeds to do . message : Coding account is OK
3: Task_SelfDevPath succeeds to do . message : the dev path and git path are right
4: Task_InitSSHKey fails to do . message : createSSHKey error, message : the result is nothing
3: Task_SelfDevPath succeeds to undo . message : nothing need undo
2: Task_CodingAccount succeeds to undo . message : nothing need undo
1: Task_OpenKey succeeds to undo . message : nothing need undo
0: TaskBasic succeeds to undo . message : nothing need undo

日志文件 AnySDKFiles/Log/self_dev_log_2017_03_14.txt
2017-03-14 15:11:46
the python file of git command is /Applications/AnySDK.app/Contents/MacOS/…/SelfDev/GitTask.py
2017-03-14 15:11:46
Git Command: call function createSSHKey , the params are :
{email}
/Users/playercos/.ssh/anysdk_selfdev
2017-03-14 15:11:46
Git Command: the result is :

2017-03-14 15:11:46
Task List nemed initTaskList end, task number is 10
2017-03-14 15:11:46
the result message of initTaskList:
initTaskList fail : error in 4
0: TaskBasic succeeds to do . message : don’t need Certification
1: Task_OpenKey succeeds to do . message : it is actived
2: Task_CodingAccount succeeds to do . message : Coding account is OK
3: Task_SelfDevPath succeeds to do . message : the dev path and git path are right
4: Task_InitSSHKey fails to do . message : createSSHKey error, message : the result is nothing
3: Task_SelfDevPath succeeds to undo . message : nothing need undo
2: Task_CodingAccount succeeds to undo . message : nothing need undo
1: Task_OpenKey succeeds to undo . message : nothing need undo
0: TaskBasic succeeds to undo . message : nothing need undo

在命令行里运行运行AnySDK, 点击自助开发时会有 git2.h not found 的错, 装了最新的libgit2, pygit2, 然后把SelfDev/pygit2/_utils.py 里版本改为0.25.0. 还有其他些小问题, 但是可以自助编译了