Skip to content

Commit 09b30eb

Browse files
Merge pull request #1899 from julianmesa-gitkraken/git-protocol-not-supported-github
Skip "can clone with git" test, unauthenticated git protocol is no longer supported in Github
2 parents 4602913 + 647ea9f commit 09b30eb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

test/tests/clone.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,9 @@ describe("Clone", function() {
414414
});
415415
});
416416

417-
it("can clone with git", function() {
417+
// Since 15 March the unauthenticated git protocol on port 9418 is no longer supported in Github.
418+
// https://github.blog/2021-09-01-improving-git-protocol-security-github/
419+
it.skip("can clone with git", function() {
418420
var test = this;
419421
var url = "git://github.com/nodegit/test.git";
420422
var opts = {

0 commit comments

Comments
 (0)