문제

Satis Docs:

I see the option for GIT authentication via SSH and SSL but would I wanted to know what about basic HTTP authentication?

Does Satis support this and if so where is the documentation?

Do I use something like this?

svn co http://<url>/<repo> <local_dir> --username user --password password

So I have this:

{
    "name": "Local Packagist",
    "homepage": "http://blah/packagist",
    "repositories": [
        { "type": "vcs", "url": "http://blahsvn/myProject/my-bundle" }
    ],
    "require-all": true
}

How do I add the authentication?

도움이 되었습니까?

해결책

For svn, it should ask you for a password if you run interactively, and offer you to cache it or not.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top