<style> img{ min-width:100%!important; } a.style{ box-sizing:border-box; min-width:107%!important; font-weight:bold; display:block; background-color:black; padding:10px 0; color:white; border-radius:10px; text-align:center; text-transform: uppercase; letter-spacing:.25rem; } a.style b{ font-size:3rem; } </style> <a class="style" href="https://remotedesktop.google.com/access/" title="remotedesktop" target="_self"> <b>remote desktop</b> <span>遠端桌面連結</span>  </a> >點擊圖片以前往 https://remotedesktop.google.com/access/ 圖片來源: https://deepai.org/machine-learning-model/old-style-generator # 遠端桌面連結+poxy 流程 >下載檔案 >admin-web-TCGIS 1. 開啟 admin-web-TCGIS  2. 開啟 start.bat  3. 前往 http://localhost:8001/  4. 至local bind 新增+  5. 依序輸入數值 add 完成設定!  >留意 start.bat與 http://localhost:8001/ 切勿關閉 Proxy 去 GIT的方式 參數 raw type: Custom addr: 127.0.0.231 port: 1117 target addr : 192.168.2.231:30000 ---GIT URL --- http://127.0.0.231:1117/你的帳號/你的專案名稱 ---原本------ http://192.168.2.231:30000/users/sign_in http://192.168.2.231:30000/yangchen/105-064_YunlinRoad ---PROXY------ http://127.0.0.231:1117/users/sign_in http://127.0.0.231:1117/yangchen/105-064_YunlinRoad ```jas= Git 更換遠端伺服器倉庫網址URL 1.確認目前Git遠端伺服器網址: git remote -v git remote -v origin https://github.com/USERNAME/REPOSITORY.git (fetch) origin https://github.com/USERNAME/REPOSITORY.git (push) 2.更換Git遠端伺服器位網址,使用:git remote set-url git remote set-url origin https://github.com/USERNAME/OTHERREPOSITORY.git 3.再次確認Git遠端伺服器網址 git remote -v origin https://github.com/USERNAME/OTHERREPOSITORY.git (fetch) origin https://github.com/USERNAME/OTHERREPOSITORY.git (push) 如果是使用SSH的存取網址,指令一樣是使用git remote set-url,再接上新的SSH URL就可以更換,指令如下: git remote set-url origin git@github.com:USERNAME/OTHERREPOSITORY.git 不管是要HTTP/HTTPS跟SSH,二種存取網址都是可以直接做更換,然後下次git push/ git fetch 就會到新設定的網址去了唷。 ```  <!--  -->
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up