40823125 協同產品設計實習

  • Home
    • Site Map
    • reveal
    • blog
  • 個人簡介
  • Stage1-ag14
    • W1
    • W2
      • 零件尺寸及示意圖
      • 分組開會紀錄
    • W4
      • PDF
  • 發球機版本
    • 第1版
    • 第2版
    • 第3版
    • 第4版
    • 第5版
  • Stage2-ag12
    • W5
    • 產品目標
    • W7
      • Heroku 網站建立
    • W9
  • 籃球機版本
    • 版本一
    • 版本二
      • 2.1
      • 2.2
      • 2.3
      • 2.4
  • ssh
  • Error exclude
  • stage3-ag6
    • task 1
      • stage3-2a
    • task 2
    • W13
      • gutlab
      • gogs操作
    • W14
      • CoppeliaSim sensor
    • W15
      • fossil 教學
      • Inverse kinematics for a 2-joint robot arm using geometry
      • Inverse kinematics for a 2-joint robot arm using algebra
    • W16
      • MTB Onshape
      • 建立 CoppeliaSim 4.1.0 MTB robot 場景
      • 手臂末端加入 components-gripper-suction pad 吸盤
      • 逆向運動學函式
      • Python remote API 逆向運動學函式
    • W18
      • Sensor
  • Collaborative flowchart
2.4 << Previous Next >> Error exclude

ssh

ssh建立:

建立公鑰(public key)

1
打exit可以離開sh模式

設定儲存路徑

1
/y(目錄名)/home(資料夾名稱)/.ssh(創建的資料夾名稱)/40823125(創建的檔案名)

載入

創建密鑰(private key)(ppk檔)

設定github ssh key

設定putty

加入到.ssh中取名為config

1
2
3
4
5
6
7
8
9
ProxyCommand y:/putty/plink.exe github.com %h %p
  
Host github.com
    User git
    Port 22
    Hostname github.com
  
    TCPKeepAlive yes
    IdentitiesOnly yes

將cad2020中.git目錄下的config改為

1
2
#url = https://github.com/40823125/cad2020.git
    url = git@github.com:40823125/cad2020.git

2.4 << Previous Next >> Error exclude

Copyright © All rights reserved | This template is made with by Colorlib