From e0d9db9ba03e0edfe201e4d760cb9fc7f4d7e843 Mon Sep 17 00:00:00 2001 From: Dominic Saadi Date: Tue, 27 Feb 2024 11:01:51 -0800 Subject: [PATCH] try remote via https --- lib/github.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/github.ts b/lib/github.ts index e3474aa..87bf11e 100644 --- a/lib/github.ts +++ b/lib/github.ts @@ -2,7 +2,7 @@ import { $ } from 'zx' import { CustomError } from './error.js' -export const REMOTE = 'git@github.com:redwoodjs/redwood.git' +export const REMOTE = 'https://github.com/redwoodjs/redwood.git' // See https://stackoverflow.com/questions/18268986/git-how-to-push-messages-added-by-git-notes-to-the-central-git-server. export async function fetchNotes() {