小编tde*_*kan的帖子

使用Moovweb时Windows上的权限被拒绝(publickey)错误

我能够在我的Mac和Linux机器上使用SSH密钥和Moovweb凭证进行身份验证,生成,推送等.

但是,在我的Windows机器上,使用Git Bash,我收到SSH Permission denied (publickey)错误.错误消息如下:

$> moov generate 123dsfsdsf nytimes.com
Running environment checks.
Verifying that git is installed...OK
Checking that current 123dsfsdsf directory doesn't exist...OK
Registering project with MoovCloud.
Authenticating with MoovCloud.
Checking for git access...Enter passphrase for key '/Users/firstname.lastname/.ssh/id_rsa':
Enter passphrase for key '/Users/firstname.lastname/.ssh/id_rsa':
FAILED
> Need to upload an ssh key in order to generate a project...
Found the following SSH public keys:
1 ) id_rsa.pub
2 ) new_rsa.pub
Which would you like to use with …
Run Code Online (Sandbox Code Playgroud)

windows git ssh git-bash moovweb

12
推荐指数
1
解决办法
2万
查看次数

html.ts文件在我的moovweb项目中运行了两次

我遇到了一个问题,即html.ts文件在某些​​页面上运行两次,即使在浏览器中关闭了AJAX也是如此.它似乎不是一个映射问题,因为即使我注释掉所有映射,它也会执行此行为.该页面在Chrome浏览器中看起来不错.

ajax moovweb

4
推荐指数
1
解决办法
158
查看次数

我可以在Tritium中使用CSS选择器来移动/复制元素吗?

我试图将一个元素复制到Tritium中的给定CSS选择器.

Tritum Spec将copy_to的签名列为:

copy_to(Text %xpath)
Run Code Online (Sandbox Code Playgroud)

http://tritium.io/simple-mobile/1.0.224#Node.copy_to(Text%20%25xpath)

我想做:

copy_to(  CSS_SELECTOR )
Run Code Online (Sandbox Code Playgroud)

例如:

copy_to("#header")
Run Code Online (Sandbox Code Playgroud)

我似乎无法让这个工作.

这是Tritium Tester URL:http://tester.tritium.io/4193cf46a239b4ff440cf1b4c36fb703cd22a5a4

moovweb tritium

2
推荐指数
1
解决办法
235
查看次数

标签 统计

moovweb ×3

ajax ×1

git ×1

git-bash ×1

ssh ×1

tritium ×1

windows ×1