FinalProject-bg9

補課周 << Previous Next >> Experience

Issue&Solution

Q1:關於有組員在git push時無法正常推送出去

A1:先用p37到倉儲資料夾進行git pull,把你這版本沒有的東西給拉回來,若在不行就重新git clone下來.

Q2:有組員不知道怎樣編輯網站,簡報,網誌

A2:

網站:用p37到倉儲資料夾執行python wsgi.py後到網頁是輸入https://localhost:8443到近端去編輯

簡報:用leo-editor去開啟倉儲資料夾中cofig資料夾裡的reveal.leo

網誌:同上,開啟pelican.leo

做完後在 git add .

                     git commit -m "要輸入的內容"

                     git push      


補課周 << Previous Next >> Experience