You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning: Couldn't download composer.json file from 'https://raw.githubusercontent.com/non-existent-git-user-asdfasdf/non-existent-git-repo-asdfasdf/master/composer.json' (HTTP code 404). Presuming package name is 'non-existent-git-user-asdfasdf/non-existent-git-repo-asdfasdf'.
1048
1048
"""
1049
1049
1050
-
When I try `wp package install https://github.com/wp-cli-tests/private-repository.git`
1050
+
When I try `wp package install https://github.com/wp-cli-test/private-repository.git`
1051
1051
Then STDERR should contain:
1052
1052
"""
1053
-
Warning: Couldn't download composer.json file from 'https://raw.githubusercontent.com/wp-cli-tests/private-repository/master/composer.json' (HTTP code 404). Presuming package name is 'wp-cli-tests/private-repository'.
1053
+
Warning: Couldn't download composer.json file from 'https://raw.githubusercontent.com/wp-cli-test/private-repository/master/composer.json' (HTTP code 404). Presuming package name is 'wp-cli-test/private-repository'.
1054
1054
"""
1055
1055
1056
1056
When I try `wp package install non-existent-git-user-asdfasdf/non-existent-git-repo-asdfasdf`
0 commit comments