lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master b9f2bfc5: Set the appropriate 'remote'


From: Greg Chicares
Subject: [lmi-commits] [lmi] master b9f2bfc5: Set the appropriate 'remote'
Date: Mon, 20 Mar 2023 20:21:25 -0400 (EDT)

branch: master
commit b9f2bfc540defde609763100bae94d9a342e5463
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Set the appropriate 'remote'
    
    The 'git remote set-url --push' in particular should be set for the main
    source directory (rather than in the largely disused mirror directory),
    lest the somewhat cryptic
     fatal: remote error: access denied or repository not exported: /lmi.git
    appear.
---
 lmi_setup_43.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lmi_setup_43.sh b/lmi_setup_43.sh
index 990dd2ca..6029ad71 100755
--- a/lmi_setup_43.sh
+++ b/lmi_setup_43.sh
@@ -123,6 +123,7 @@ git clone git://git.savannah.nongnu.org/lmi.git \
   || git clone https://github.com/let-me-illustrate/lmi.git
 cd lmi || { printf 'failed: cd\n'; exit 3; }
 
+cd /opt/lmi/src/lmi || { printf 'failed: cd\n'; exit 3; }
 if [ "greg" = "$(whoami)" ]; then
   git config --global user.email gchicares@sbcglobal.net
   git config --global user.name "Gregory W. Chicares"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]