相关疑难解决方法(0)

直接从GitLab私有存储库打开文件

我在GitLab服务器上有一个私有存储库,使用SSH我可以使用git clone拉一个项目.

但我想直接从服务器上运行linux命令行上的脚本(更具体地说,Drupal/Drush .make文件)

我试图使用原始文件运行它:

drush make http://server.com/user/project/raw/master/file.make
Run Code Online (Sandbox Code Playgroud)

(为了方便非Drupal用户,让我们说)

curl http://server.com/user/project/raw/master/file.make
Run Code Online (Sandbox Code Playgroud)

没有成功.当然,它会返回登录页面.

可能吗?

linux git drupal drush gitlab

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

标签 统计

drupal ×1

drush ×1

git ×1

gitlab ×1

linux ×1