添加ssh key时出错:
$ ssh-add ~/.ssh/id_rsa
Could not open a connection to your authentication agent.
解决:
$ eval `ssh-agent -s`
$ ssh-add ~/.ssh/id_rsa
添加ssh key时出错:
$ ssh-add ~/.ssh/id_rsa
Could not open a connection to your authentication agent.
解决:
$ eval `ssh-agent -s`
$ ssh-add ~/.ssh/id_rsa
Could not open a connection to your authentication agent
Log等级 Android log 等级在 android/log.h 中定义如下: typedef enum android_LogPriority { /** For internal use only. */ ANDROID_LOG_UNKNOWN =...
没有评论:
发表评论