Giter Club home page Giter Club logo

javalearn's Introduction


算法练习
1.刷题leetcode
2.日常的小工具 如马拉松时间和配速换算方法marthonPaceToTime

提交git 常用命令

…or create a new repository on the command line
echo "# hh" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M master
git remote add origin https://github.com/silentlybehind/javaLearn.git
git push -u origin master


…or push an existing repository from the command line
git remote add origin https://github.com/silentlybehind/javaLearn.git
git branch -M main
git push -u origin master

提交报错解
1。Failed to connect to github.com port 443 after 75005 ms: Couldn't connect to server
 git config --global --unset http.proxy
 参考链接:desktop/desktop#13404

2.鉴权失败
1.  原因token失效,在github页面setting 中重新设置个人token:https://blog.csdn.net/weixin_45844049/article/details/123733065

3.致命错误:无法访问 'https://github.com/silentlybehind/javaLearn.git/':The requested URL returned error: 403
 检查是否开启代理

4.ssh 生成方法:
https://docs.github.com/zh/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account

javalearn's People

Contributors

silentlybehind avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.