it("not found git url IsRepoExist", async () => {
        const isRepoExist = await GitHelper.IsRepoExist(
            "http://github.com/alibaba/ciftligi",
        );