タグ

2018年12月3日のブックマーク (3件)

  • Git - Book

    The entire Pro Git book, written by Scott Chacon and Ben Straub and published by Apress, is available here. All content is licensed under the Creative Commons Attribution Non Commercial Share Alike 3.0 license. Print versions of the book are available on Amazon.com. The version found here has been updated with corrections and additions from hundreds of contributors. If you see an error or have a s

    Coro
    Coro 2018/12/03
  • SourceTreeでGitリポジトリに急にpullやfetchができなくなった時の対処 - Qiita

    結論から先に 原因はいくつかあるが、たいていは下記2つのうちのどちらか。 原因その1 原因:Bitbucketにログインしていない 対処:WEBブラウザでBitbucketにログインすると直る 原因その2 原因:SourceTreeが ~/.ssh/config に自動で書き込んでいるHostが間違えてる 対処:Hostをドメイン名(Bitbucketなら bitbucket.org )に変えれば直る Host bitbucket.org HostName bitbucket.org User xxxxxxxx PreferredAuthentications publickey IdentityFile xxxxxxxx UseKeychain yes AddKeysToAgent yes 状況 SourceTreeを使っている BitbucketのGitリポジトリを使っている 急にpu

    SourceTreeでGitリポジトリに急にpullやfetchができなくなった時の対処 - Qiita
    Coro
    Coro 2018/12/03
  • Ruby on Rails ガイド:体系的に Rails を学ぼう

    Railsの仕組みを体系的に学べる大型コンテンツ Rails Guides に基づいた1,600ページ超えの大型リファレンスです。 プロダクト開発に役立つ実践的な知識が満載 Railsチュートリアルを完走し、プロダクト開発中の人に最適です。 全文検索やバージョン毎の検索にも対応 Proプランでは、さらに効率的な活用をサポートします。 このアイコンが付いているガイドは現在作業中 (WIP: Work In Progress) です。作業中のガイドはそれなりに有用ではありますが、不完全な情報やエラーが含まれている可能性があります。 はじめに Rails をはじめよう Railsのインストール方法と最初のRailsアプリケーションの作成に必要なすべてを解説します。 モデル Active Record の基礎 Active Recordの基礎となるモデル、データベースへの永続的な保存、Active

    Ruby on Rails ガイド:体系的に Rails を学ぼう
    Coro
    Coro 2018/12/03