From 83a120bb8eb99ee6f0e52a2c7d9499216ab1bddc Mon Sep 17 00:00:00 2001 From: caicai8 <1149225589@qq.com> Date: Thu, 27 Feb 2020 13:45:33 +0800 Subject: [PATCH] null --- public/react/src/forge/Main/NullData.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/public/react/src/forge/Main/NullData.js b/public/react/src/forge/Main/NullData.js index 6e018e35b..a550b5bcc 100644 --- a/public/react/src/forge/Main/NullData.js +++ b/public/react/src/forge/Main/NullData.js @@ -36,8 +36,8 @@ class NullData extends Component { git init
git add README.md
git commit -m "first commit"
- git remote add origin -
+ git remote add origin  + {http_url}
git push -u origin master @@ -48,8 +48,7 @@ class NullData extends Component {
                             
-                                 git remote add origin 
-                                
+ git remote add origin {http_url}
git push -u origin master