20220512从Rockchip官网获取RK3568的linux-4.19系统

rootroot@rootroot-System-Product1:~/rk3568_buildroot$

rootroot@rootroot-System-Product1:~/rk3568_buildroot$

rootroot@rootroot-System-Product1:~/rk3568_buildroot$ git clone ssh://git@www.rockchip.com.cn/repo/rk/tools/repo

Cloning into 'repo'...

The authenticity of host 'www.rockchip.com.cn (58.22.7.114)' can't be established.

ECDSA key fingerprint is SHA256:veOzrhgNGlRJJyd8jnHIsazEzt1CDJ0NZ3Dfq6gODRM.

Are you sure you want to continue connecting (yes/no/[fingerprint])? yes

Warning: Permanently added 'www.rockchip.com.cn,58.22.7.114' (ECDSA) to the list of known hosts.

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

@        WARNING: UNPROTECTED PRIVATE KEY FILE!          @

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Permissions 0744 for '/home/rootroot/.ssh/id_rsa' are too open.

It is required that your private key files are NOT accessible by others.

This private key will be ignored.

Load key "/home/rootroot/.ssh/id_rsa": bad permissions

git@www.rockchip.com.cn: Permission denied (publickey).

fatal: Could not read from remote repository.

Please make sure you have the correct access rights

and the repository exists.

rootroot@rootroot-System-Product1:~/rk3568_buildroot$

rootroot@rootroot-System-Product1:~/rk3568_buildroot$

rootroot@rootroot-System-Product1:~/rk3568_buildroot$ cd ~/.ssh

rootroot@rootroot-System-Product1:~/.ssh$

rootroot@rootroot-System-Product1:~/.ssh$ ll

total 20

drwxrwxr-x  2 rootroot rootroot 4096 May 10 11:27 ./

drwxr-xr-x 33 rootroot rootroot 4096 May 10 11:27 ../

-rwxr--r--  1 rootroot rootroot 1679 Aug 24  2021 id_rsa*

-rwxr--r--  1 rootroot rootroot  407 Aug 24  2021 id_rsa.pub*

-rw-r--r--  1 rootroot rootroot  444 May 10 11:27 known_hosts

rootroot@rootroot-System-Product1:~/.ssh$

rootroot@rootroot-System-Product1:~/.ssh$

rootroot@rootroot-System-Product1:~/.ssh$ chmod 600 id_rsa

rootroot@rootroot-System-Product1:~/.ssh$

rootroot@rootroot-System-Product1:~/.ssh$ ll

total 20

drwxrwxr-x  2 rootroot rootroot 4096 May 10 11:27 ./

drwxr-xr-x 33 rootroot rootroot 4096 May 10 11:27 ../

-rw-------  1 rootroot rootroot 1679 Aug 24  2021 id_rsa

-rwxr--r--  1 rootroot rootroot  407 Aug 24  2021 id_rsa.pub*

-rw-r--r--  1 rootroot rootroot  444 May 10 11:27 known_hosts

rootroot@rootroot-System-Product1:~/.ssh$

rootroot@rootroot-System-Product1:~/.ssh$

rootroot@rootroot-System-Product1:~/.ssh$ cd -

/home/rootroot/rk3568_buildroot

rootroot@rootroot-System-Product1:~/rk3568_buildroot$

rootroot@rootroot-System-Product1:~/rk3568_buildroot$

rootroot@rootroot-System-Product1:~/rk3568_buildroot$ ll



[BEGIN] 2022/5/10 14:59:14

rootroot@rootroot-System-Product1:~$

rootroot@rootroot-System-Product1:~$

rootroot@rootroot-System-Product1:~$ mkdir rk3568_linux4.19

rootroot@rootroot-System-Product1:~$

rootroot@rootroot-System-Product1:~$ cd rk3568_linux4.19/

rootroot@rootroot-System-Product1:~/rk3568_linux4.19$ ll

total 8

drwxrwxr-x  2 rootroot rootroot 4096 May 10 15:00 ./

drwxr-xr-x 32 rootroot rootroot 4096 May 10 15:00 ../

rootroot@rootroot-System-Product1:~/rk3568_linux4.19$

rootroot@rootroot-System-Product1:~/rk3568_linux4.19$

rootroot@rootroot-System-Product1:~/rk3568_linux4.19$

rootroot@rootroot-System-Product1:~/rk3568_linux4.19$ git clone ssh://git@www.rockchip.com.cn/repo/rk/tools/repo

Cloning into 'repo'...

remote: Counting objects: 5465, done.

remote: Compressing objects: 100% (1616/1616), done.

remote: Total 5465 (delta 3784), reused 5465 (delta 3784)

Receiving objects: 100% (5465/5465), 1.24 MiB | 9.86 MiB/s, done.

Resolving deltas: 100% (3784/3784), done.

rootroot@rootroot-System-Product1:~/rk3568_linux4.19$

rootroot@rootroot-System-Product1:~/rk3568_linux4.19$

rootroot@rootroot-System-Product1:~/rk3568_linux4.19$ ll

total 12

drwxrwxr-x  3 rootroot rootroot 4096 May 10 15:00 ./

drwxr-xr-x 32 rootroot rootroot 4096 May 10 15:00 ../

drwxrwxr-x  9 rootroot rootroot 4096 May 10 15:00 repo/

rootroot@rootroot-System-Product1:~/rk3568_linux4.19$

rootroot@rootroot-System-Product1:~/rk3568_linux4.19$ ll repo/repo

-rwxrwxr-x 1 rootroot rootroot 36162 May 10 15:00 repo/repo*

rootroot@rootroot-System-Product1:~/rk3568_linux4.19$

rootroot@rootroot-System-Product1:~/rk3568_linux4.19$

rootroot@rootroot-System-Product1:~/rk3568_linux4.19$ repo/repo init --repo-url ssh://git@www.rockchip.com.cn/repo/rk/tools/repo -u ssh://git@www.rockchip.com.cn/linux/rockchip/platform/manifests -b linux -m rk356x_linux_release.xml

Downloading Repo source from ssh://git@www.rockchip.com.cn/repo/rk/tools/repo

remote: Counting objects: 5465, done.

remote: Compressing objects: 100% (1616/1616), done.

remote: Total 5465 (delta 3784), reused 5465 (delta 3784)

info: Ignoring branch 'master'; using tagged release 'v2.4.1'

Downloading manifest from ssh://git@www.rockchip.com.cn/linux/rockchip/platform/manifests

remote: Counting objects: 438, done.       

remote: Compressing objects: 100% (436/436), done.       

remote: Total 438 (delta 263), reused 0 (delta 0)       

Your identity is: wb4916 <wb4916@qq.com>

If you want to change this, please re-run 'repo init' with --config-name

repo has been initialized in /home/rootroot/rk3568_linux4.19

rootroot@rootroot-System-Product1:~/rk3568_linux4.19$

rootroot@rootroot-System-Product1:~/rk3568_linux4.19$ ll

total 16

drwxrwxr-x  4 rootroot rootroot 4096 May 10 15:01 ./

drwxr-xr-x 32 rootroot rootroot 4096 May 10 15:00 ../

drwxrwxr-x  5 rootroot rootroot 4096 May 10 15:01 .repo/

drwxrwxr-x 10 rootroot rootroot 4096 May 10 15:01 repo/

rootroot@rootroot-System-Product1:~/rk3568_linux4.19$

rootroot@rootroot-System-Product1:~/rk3568_linux4.19$

rootroot@rootroot-System-Product1:~/rk3568_linux4.19$ ll .repo/repo/re

release/      repo          repo_trace.py 

rootroot@rootroot-System-Product1:~/rk3568_linux4.19$ ll .repo/repo/repo

-rwxrwxr-x 1 rootroot rootroot 35773 May 10 15:01 .repo/repo/repo*

rootroot@rootroot-System-Product1:~/rk3568_linux4.19$

rootroot@rootroot-System-Product1:~/rk3568_linux4.19$

rootroot@rootroot-System-Product1:~/rk3568_linux4.19$

rootroot@rootroot-System-Product1:~/rk3568_linux4.19$

rootroot@rootroot-System-Product1:~/rk3568_linux4.19$ .repo/repo/repo sync -l

error: app/QLauncher/: Cannot checkout linux/app/QLauncher due to missing network sync; Run `repo sync -n linux/app/QLauncher` first.

error: Cannot checkout linux/app/QLauncher

error: app/aiserver/: Cannot checkout linux/app/aiserver due to missing network sync; Run `repo sync -n linux/app/aiserver` first.

error: Cannot checkout linux/app/aiserver

error: app/eptz_demo/: Cannot checkout linux/app/eptz_demo due to missing network sync; Run `repo sync -n linux/app/eptz_demo` first.

error: Cannot checkout linux/app/eptz_demo

error: app/multivideoplayer/: Cannot checkout linux/app/multivideoplayer due to missing network sync; Run `repo sync -n linux/app/multivideoplayer` first.

error: Cannot checkout linux/app/multivideoplayer

error: app/qcamera/: Cannot checkout linux/app/qcamera due to missing network sync; Run `repo sync -n linux/app/qcamera` first.

error: Cannot checkout linux/app/qcamera

error: app/qfm/: Cannot checkout linux/app-new/qfm due to missing network sync; Run `repo sync -n linux/app-new/qfm` first.

error: Cannot checkout linux/app-new/qfm

error: app/qplayer/: Cannot checkout linux/app/qplayer due to missing network sync; Run `repo sync -n linux/app/qplayer` first.

error: Cannot checkout linux/app/qplayer

error: app/qsetting/: Cannot checkout linux/app/settings due to missing network sync; Run `repo sync -n linux/app/settings` first.

error: Cannot checkout linux/app/settings

error: app/rkaiq_tool_server/: Cannot checkout linux/app/rkaiq_tool_server due to missing network sync; Run `repo sync -n linux/app/rkaiq_tool_server` first.

error: Cannot checkout linux/app/rkaiq_tool_server

error: buildroot/: Cannot checkout linux/buildroot due to missing network sync; Run `repo sync -n linux/buildroot` first.

error: Cannot checkout linux/buildroot

error: debian/: Cannot checkout linux/debian due to missing network sync; Run `repo sync -n linux/debian` first.

error: Cannot checkout linux/debian

error: device/rockchip/: Cannot checkout linux/device/rockchip due to missing network sync; Run `repo sync -n linux/device/rockchip` first.

error: Cannot checkout linux/device/rockchip

error: docs/: Cannot checkout linux/bsp/docs due to missing network sync; Run `repo sync -n linux/bsp/docs` first.

error: Cannot checkout linux/bsp/docs

error: docs/.Socs/: Cannot checkout linux/bsp/internal_doc due to missing network sync; Run `repo sync -n linux/bsp/internal_doc` first.

error: Cannot checkout linux/bsp/internal_doc

error: external/alsa-config/: Cannot checkout linux/external/alsa-config due to missing network sync; Run `repo sync -n linux/external/alsa-config` first.

error: Cannot checkout linux/external/alsa-config

error: external/avb/: Cannot checkout linux/external/avb due to missing network sync; Run `repo sync -n linux/external/avb` first.

error: Cannot checkout linux/external/avb

error: external/ble_wificonfig/: Cannot checkout linux/external/ble_wificonfig due to missing network sync; Run `repo sync -n linux/external/ble_wificonfig` first.

error: Cannot checkout linux/external/ble_wificonfig

error: external/bluetooth_bsa/: Cannot checkout linux/bsp/external/bluetooth_bsa due to missing network sync; Run `repo sync -n linux/bsp/external/bluetooth_bsa` first.

error: Cannot checkout linux/bsp/external/bluetooth_bsa

error: external/bluez-alsa/: Cannot checkout linux/external/bluez-alsa due to missing network sync; Run `repo sync -n linux/external/bluez-alsa` first.

error: Cannot checkout linux/external/bluez-alsa

error: external/broadcom_bsa/: Cannot checkout linux/bsp/external/broadcom_bsa due to missing network sync; Run `repo sync -n linux/bsp/external/broadcom_bsa` first.

error: Cannot checkout linux/bsp/external/broadcom_bsa

error: external/camera_engine_rkaiq/: Cannot checkout linux/external/camera_engine_rkaiq due to missing network sync; Run `repo sync -n linux/external/camera_engine_rkaiq` first.

error: Cannot checkout linux/external/camera_engine_rkaiq

error: external/chromium/: Cannot checkout linux/external/chromium due to missing network sync; Run `repo sync -n linux/external/chromium` first.

error: Cannot checkout linux/external/chromium

error: external/common_algorithm/: Cannot checkout linux/external/common_algorithm due to missing network sync; Run `repo sync -n linux/external/common_algorithm` first.

error: Cannot checkout linux/external/common_algorithm

error: external/deviceio_release/: Cannot checkout linux/external/deviceio_release due to missing network sync; Run `repo sync -n linux/external/deviceio_release` first.

error: Cannot checkout linux/external/deviceio_release

error: external/eq_drc_process/: Cannot checkout linux/external/eq_drc_process due to missing network sync; Run `repo sync -n linux/external/eq_drc_process` first.

error: Cannot checkout linux/external/eq_drc_process

error: external/gstreamer-rockchip/: Cannot checkout linux/gstreamer-rockchip due to missing network sync; Run `repo sync -n linux/gstreamer-rockchip` first.

error: Cannot checkout linux/gstreamer-rockchip

error: external/libglCompositor/: Cannot checkout linux/external/libglCompositor due to missing network sync; Run `repo sync -n linux/external/libglCompositor` first.

error: Cannot checkout linux/external/libglCompositor

error: external/libmali/: Cannot checkout linux/libmali due to missing network sync; Run `repo sync -n linux/libmali` first.

error: Cannot checkout linux/libmali

error: external/linux-rga/: Cannot checkout linux/linux-rga due to missing network sync; Run `repo sync -n linux/linux-rga` first.

error: Cannot checkout linux/linux-rga

error: external/mpp/: Cannot checkout rk/mpp due to missing network sync; Run `repo sync -n rk/mpp` first.

error: Cannot checkout rk/mpp

error: external/recovery/: Cannot checkout linux/recovery due to missing network sync; Run `repo sync -n linux/recovery` first.

error: Cannot checkout linux/recovery

error: external/rk_pcba_test/: Cannot checkout linux/external/rk_pcba_test due to missing network sync; Run `repo sync -n linux/external/rk_pcba_test` first.

error: Cannot checkout linux/external/rk_pcba_test

error: external/rkfacial/: Cannot checkout linux/external/rkfacial due to missing network sync; Run `repo sync -n linux/external/rkfacial` first.

error: Cannot checkout linux/external/rkfacial

error: external/rknn-toolkit2/: Cannot checkout rk/rknn-toolkit2 due to missing network sync; Run `repo sync -n rk/rknn-toolkit2` first.

error: Cannot checkout rk/rknn-toolkit2

error: external/rknpu2/: Cannot checkout rk/rknpu2 due to missing network sync; Run `repo sync -n rk/rknpu2` first.

error: Cannot checkout rk/rknpu2

error: external/rkscript/: Cannot checkout linux/external/rkscript due to missing network sync; Run `repo sync -n linux/external/rkscript` first.

error: Cannot checkout linux/external/rkscript

error: external/rktoolkit/: Cannot checkout linux/external/rktoolkit due to missing network sync; Run `repo sync -n linux/external/rktoolkit` first.

error: Cannot checkout linux/external/rktoolkit

error: external/rkupdate/: Cannot checkout linux/external/rkupdate due to missing network sync; Run `repo sync -n linux/external/rkupdate` first.

error: Cannot checkout linux/external/rkupdate

error: external/rkwifibt/: Cannot checkout linux/external/rkwifibt due to missing network sync; Run `repo sync -n linux/external/rkwifibt` first.

error: Cannot checkout linux/external/rkwifibt

error: external/rockit/: Cannot checkout linux/rockit due to missing network sync; Run `repo sync -n linux/rockit` first.

error: Cannot checkout linux/rockit

error: external/security/bin/: Cannot checkout linux/security/bin due to missing network sync; Run `repo sync -n linux/security/bin` first.

error: Cannot checkout linux/security/bin

error: external/security/rk_tee_user/: Cannot checkout android/rk/platform/system/rk_tee_user due to missing network sync; Run `repo sync -n android/rk/platform/system/rk_tee_user` first.

error: Cannot checkout android/rk/platform/system/rk_tee_user

error: external/uac_app/: Cannot checkout linux/external/uac_app due to missing network sync; Run `repo sync -n linux/external/uac_app` first.

error: Cannot checkout linux/external/uac_app

error: external/uvc_app/: Cannot checkout linux/external/uvc_app due to missing network sync; Run `repo sync -n linux/external/uvc_app` first.

error: Cannot checkout linux/external/uvc_app

error: kernel/: Cannot checkout rk/kernel due to missing network sync; Run `repo sync -n rk/kernel` first.

error: Cannot checkout rk/kernel

error: prebuilts/gcc/linux-x86/aarch64/gcc-buildroot-9.3.0-2020.03-x86_64_aarch64-rockchip-linux-gnu/: Cannot checkout rk/prebuilts/gcc-buildroot-9.3.0-2020.03-x86_64_aarch64-rockchip-linux-gnu due to missing network sync; Run `repo sync -n rk/prebuilts/gcc-buildroot-9.3.0-2020.03-x86_64_aarch64-rockchip-linux-gnu` first.

error: Cannot checkout rk/prebuilts/gcc-buildroot-9.3.0-2020.03-x86_64_aarch64-rockchip-linux-gnu

error: prebuilts/gcc/linux-x86/aarch64/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/: Cannot checkout rk/prebuilts/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu due to missing network sync; Run `repo sync -n rk/prebuilts/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu` first.

error: Cannot checkout rk/prebuilts/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu

error: rkbin/: Cannot checkout rk/rkbin due to missing network sync; Run `repo sync -n rk/rkbin` first.

error: Cannot checkout rk/rkbin

error: tools/: Cannot checkout linux/tools due to missing network sync; Run `repo sync -n linux/tools` first.

error: Cannot checkout linux/tools

error: u-boot/: Cannot checkout android/rk/u-boot due to missing network sync; Run `repo sync -n android/rk/u-boot` first.

error: Cannot checkout android/rk/u-boot

error: yocto/build/conf/: Cannot checkout linux/build due to missing network sync; Run `repo sync -n linux/build` first.

error: Cannot checkout linux/build

error: yocto/meta-browser/: Cannot checkout linux/poky due to missing network sync; Run `repo sync -n linux/poky` first.

error: Cannot checkout linux/poky

error: yocto/meta-clang/: Cannot checkout linux/poky due to missing network sync; Run `repo sync -n linux/poky` first.

error: Cannot checkout linux/poky

error: yocto/meta-openembedded/: Cannot checkout linux/poky due to missing network sync; Run `repo sync -n linux/poky` first.

error: Cannot checkout linux/poky

error: yocto/meta-qt5/: Cannot checkout linux/poky due to missing network sync; Run `repo sync -n linux/poky` first.

error: Cannot checkout linux/poky

error: yocto/meta-rockchip/: Cannot checkout linux/yocto/meta-rockchip due to missing network sync; Run `repo sync -n linux/yocto/meta-rockchip` first.

error: Cannot checkout linux/yocto/meta-rockchip

error: yocto/poky/: Cannot checkout linux/poky due to missing network sync; Run `repo sync -n linux/poky` first.

error: Cannot checkout linux/poky

error: Unable to fully sync the tree.

error: Checking out local projects failed.

Failing repos:

app/QLauncher

app/aiserver

app/eptz_demo

app/multivideoplayer

app/qcamera

app/qfm

app/qplayer

app/qsetting

app/rkaiq_tool_server

buildroot

debian

device/rockchip

docs

docs/.Socs

external/alsa-config

external/avb

external/ble_wificonfig

external/bluetooth_bsa

external/bluez-alsa

external/broadcom_bsa

external/camera_engine_rkaiq

external/chromium

external/common_algorithm

external/deviceio_release

external/eq_drc_process

external/gstreamer-rockchip

external/libglCompositor

external/libmali

external/linux-rga

external/mpp

external/recovery

external/rk_pcba_test

external/rkfacial

external/rknn-toolkit2

external/rknpu2

external/rkscript

external/rktoolkit

external/rkupdate

external/rkwifibt

external/rockit

external/security/bin

external/security/rk_tee_user

external/uac_app

external/uvc_app

kernel

prebuilts/gcc/linux-x86/aarch64/gcc-buildroot-9.3.0-2020.03-x86_64_aarch64-rockchip-linux-gnu

prebuilts/gcc/linux-x86/aarch64/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu

rkbin

tools

u-boot

yocto/build/conf

yocto/meta-browser

yocto/meta-clang

yocto/meta-openembedded

yocto/meta-qt5

yocto/meta-rockchip

yocto/poky

Try re-running with "-j1 --fail-fast" to exit at the first error.

rootroot@rootroot-System-Product1:~/rk3568_linux4.19$

rootroot@rootroot-System-Product1:~/rk3568_linux4.19$

rootroot@rootroot-System-Product1:~/rk3568_linux4.19$

rootroot@rootroot-System-Product1:~/rk3568_linux4.19$ .repo/repo/repo sync -c --no-tags

Fetching projects: 100% (57/57), done.

yocto/meta-browser: Shared project linux/poky found, disabling pruning.

yocto/meta-clang: Shared project linux/poky found, disabling pruning.

yocto/meta-openembedded: Shared project linux/poky found, disabling pruning.

yocto/meta-qt5: Shared project linux/poky found, disabling pruning.

yocto/poky: Shared project linux/poky found, disabling pruning.

info: A new version of repo is available

warning: project 'repo' branch 'master' is not signed

warning: Skipped upgrade to unverified version

Updating files: 100% (17240/17240), done.

Updating files: 100% (680/680), done.inux/buildrootUpdating files:  74% (508/680)

Updating files: 100% (209/209), done.inux/bsp/docsUpdating files:  98% (205/209)

Updating files: 100% (1493/1493), done.ux/bsp/external/broadcom_bsaUpdating files:  87% (1312/1493)

Updating files: 100% (123/123), done.inux/external/libglCompositorUpdating files:  44% (55/123)

Updating files: 100% (891/891), done.k/rknn-toolkit2Updating files:  53% (479/891)

Updating files: 100% (72264/72264), done./external/uvc_appUpdating files:  34% (25276/72264)

Updating files: 100% (17900/17900), done.rnelUpdating files:  53% (9540/17900)

Updating files: 100% (7165/7165), done.prebuilts/gcc-buildroot-9.3.0-2020.03-x86_64_aarch64-rockchip-linux-gnuUpdating files:  33% (2373/7165)

Checking out projects: 100% (57/57), done.

repo sync has finished successfully.

rootroot@rootroot-System-Product1:~/rk3568_linux4.19$

rootroot@rootroot-System-Product1:~/rk3568_linux4.19$

rootroot@rootroot-System-Product1:~/rk3568_linux4.19$ cd ..

rootroot@rootroot-System-Product1:~$

rootroot@rootroot-System-Product1:~$

rootroot@rootroot-System-Product1:~$ du -sh rk3568_linux4.19/

19G rk3568_linux4.19/

rootroot@rootroot-System-Product1:~$

rootroot@rootroot-System-Product1:~$

rootroot@rootroot-System-Product1:~$ tar zcvf rk3568_linux4.19_20220510_1521.tar.gz rk3568_linux4.19/

rk3568_linux4.19/

rk3568_linux4.19/Makefile

rk3568_linux4.19/buildroot/

rk3568_linux4.19/buildroot/Makefile

rk3568_linux4.19/buildroot/package/





参考资料:

https://blog.csdn.net/lxfHaHaHa/article/details/89577507

Permissions 0644 for '/root/.ssh/id_rsa' are too open.

https://blog.csdn.net/wszll_Alex/article/details/78125421

Permissions 0644 for '/root/.ssh/id_rsa' are too open.

©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 203,324评论 5 476
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 85,303评论 2 381
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 150,192评论 0 337
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 54,555评论 1 273
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 63,569评论 5 365
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 48,566评论 1 281
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 37,927评论 3 395
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 36,583评论 0 257
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 40,827评论 1 297
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 35,590评论 2 320
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 37,669评论 1 329
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 33,365评论 4 318
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 38,941评论 3 307
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 29,928评论 0 19
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 31,159评论 1 259
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 42,880评论 2 349
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 42,399评论 2 342

推荐阅读更多精彩内容