-
远程目标机器免密码登录失败
原因:
远程目标机器:127.0.0.1 错误:No authentication methods available
解决建议:
[root@lnmp logs]# tailf error.log
File "", line 2, in run
File "/opt/walle-web/venv/lib/python2.7/site-…
-
**使用这个命令 sh admin.sh migration 就没有办法走下去了**
Migration walle
----------------
Traceback (most recent call last):
File "/home/wwwroot/walle-web/venv/bin/flask", line 5, in
from flask.cli im…
-
**问题描述**
在`角色`下,部署管理页面,上线功能功能,报错:打包找不到目录,偶尔发生。
**问题描述**
日志堆栈贴上来。
logs/error.log
```
2019-12-27 10:01:09,645 ERROR /opt/walle-web/walle/service/waller.py 92 waller.run tar (child): 3_13_2019122…
-
项目中第三方分享用的是sharesdk,但是用walle打包出来,发现分享失败,正常AS打包可以正常分享,用AS的Analyze apk分析两个包发现,walle打出来的包在assets下没有sharesdk.xml文件,不知道是什么原因?
-
ssh配置好了
宿主机ssh 到目标机成功
![image](https://user-images.githubusercontent.com/35907367/56781234-10fb0900-6815-11e9-98e1-349069585008.png)
但是walle里面就出现 No authentication methods available 的错误了
![image](…
-
I find this annoying, but apparently if you have a really long link, and it's the only thing in the line, it is still being reported.
I often put in comments links to other projects as a reference e.…
-
如果有一个官方qq群,可以讨论walle在部署和使用过程的问题,大家得到了交流,相信对walle的推广会有不少的增益。
-
通过docker安装walle,Deploy后置任务无法使用maven构建项目,因为通过docker安装的walle镜像中没有maven环境,只能在Release后置任务进行构建工作?
-
walle-cli-all.jar 1.1.7发布了没?
-
When a class with a const ref member inherits a class that deletes move/copy constructors and assignment operators `cppcoreguidelines-avoid-const-or-ref-data-members` still points out the ref member. …