轉Git學習碰到的問題

2022-03-23 20:51:28 字數 649 閱讀 9179

1、通過 windows 下的 gitbash 連線 github 時

$ ssh-keygen -t rsa -c "[email protected]" //你的郵箱
然後將 key 貼上到 github 設定裡的 ssh keys 報出如下錯誤:
key is invalid. it must begin with 'ssh-ed25519', 'ssh-rsa', 'ssh-dss', 'ecdsa-sha2-nistp256', 'ecdsa-sha2-nistp384', or 'ecdsa-sha2-nistp521'. check that you're copying the public half of the key

解決:ssh key 格式問題。在執行 ssh-keygen 命令後會提示輸入儲存 key 的檔案,注意開啟的是對應的 .pub 格式的檔案,用 sublime 等軟體開啟,注意保持其原來的格式,然後直接貼到 github上即可。(.pub 裡的格式為:"ssh-rsa 空格 key值 空格 郵箱")

2、生成 ssh key 後新增到 github 上成功了,但是執行下面命令測試連線時,總是報出   ssh git permission denied (publickey). 錯誤

ssh [email protected]

學習freeswitch碰到的問題

1.通話單聲道問題 2.fs集群問題 3.fs之間引數傳遞格式 sip h x 4.節點的配置錯誤,導致軟話機撥打 沒有鈴聲 5.originate慢的問題 使用bgapi 6.調查軟話機使用自動模式註冊,不能給掉起來的原因 7.為什麼沒有產生錄音檔案 8.上傳的錄音檔案為空 fs沒有實時把語音流存...

Vue學習過程碰到的問題

詳情 輸入vue init webpack test,命令列報 go.microsoft.com fwlink linkid 135170 中的 about execution policies。所在位置 行 1 字元 1 vue init webpack test categoryinfo sec...

nio ByteBuffer碰到的問題

bytebuffer1.allocate服務端接收不到op read事件問題 bytebuffer bytebuffer bytebuffer.allocate length sc.write bytebuffer 通過allocate建立的bytebuffer,需要呼叫下filp 方法,不呼叫,s...